We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5188b2d commit 7136f10Copy full SHA for 7136f10
1 file changed
.github/workflows/run-tests.yml
@@ -17,7 +17,7 @@ jobs:
17
fail-fast: true
18
matrix:
19
os: [ ubuntu-latest ]
20
- php: [ 8.3, 8.4 ]
+ php: [ 8.4 ]
21
22
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
23
0 commit comments