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 9b60eb0 commit 5243568Copy full SHA for 5243568
.github/workflows/run-tests.yml
@@ -9,7 +9,7 @@ jobs:
9
fail-fast: true
10
matrix:
11
os: [ ubuntu-latest ]
12
- php: [ 7.4, 8.0, 8.1 ]
+ php: [ 8.1, 8.2 ]
13
dependency-version: [ prefer-lowest, prefer-stable ]
14
15
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }} - ${{ matrix.os }}
0 commit comments