We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1442ab4 commit 907f74dCopy full SHA for 907f74d
.github/workflows/tests.yml
@@ -16,7 +16,7 @@ jobs:
16
runs-on: ubuntu-latest
17
strategy:
18
matrix:
19
- laravel: [9.*, 10.*,11.*] # Laravel versions to test
+ laravel: [9.*, 10.*] # Laravel versions to test
20
php: [8.1, 8.2, 8.3] # PHP versions to test
21
22
steps:
0 commit comments