Skip to content

Commit 5940052

Browse files
committed
Remove Laravel 8
1 parent 99cb36a commit 5940052

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/run-tests.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ jobs:
1313
include:
1414
- laravel: 9.*
1515
testbench: 7.*
16-
- laravel: 8.*
17-
testbench: ^6.23
1816
runs-on: ubuntu-latest
1917
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }}
2018
steps:

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
}
1717
],
1818
"require": {
19-
"php": "^8.1",
19+
"php": "^8.0",
2020
"illuminate/contracts": "^8.0|^9.0"
2121
},
2222
"require-dev": {

0 commit comments

Comments
 (0)