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 99cb36a commit 5940052Copy full SHA for 5940052
.github/workflows/run-tests.yml
@@ -13,8 +13,6 @@ jobs:
13
include:
14
- laravel: 9.*
15
testbench: 7.*
16
- - laravel: 8.*
17
- testbench: ^6.23
18
runs-on: ubuntu-latest
19
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }}
20
steps:
composer.json
@@ -16,7 +16,7 @@
}
],
"require": {
- "php": "^8.1",
+ "php": "^8.0",
"illuminate/contracts": "^8.0|^9.0"
21
},
22
"require-dev": {
0 commit comments