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 145a86c commit 79c326fCopy full SHA for 79c326f
.github/workflows/run-tests.yml
@@ -15,7 +15,7 @@ jobs:
15
strategy:
16
fail-fast: false
17
matrix:
18
- php: [8.3, 8.2]
+ php: [8.4, 8.3, 8.2]
19
laravel: [11.x]
20
stability: [prefer-lowest, prefer-stable]
21
@@ -58,7 +58,7 @@ jobs:
58
59
60
61
62
63
64
@@ -115,9 +115,9 @@ jobs:
115
116
117
118
- php: [ 8.3, 8.2 ]
119
- laravel: [ 11.x ]
120
- stability: [ prefer-lowest, prefer-stable ]
+ laravel: [11.x]
+ stability: [prefer-lowest, prefer-stable]
121
122
name: Tests - P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - PostgreSQL 13
123
0 commit comments