Skip to content

Commit

Permalink
Remove Laravel 8
Browse files Browse the repository at this point in the history
  • Loading branch information
mauricius committed Nov 2, 2022
1 parent 99cb36a commit 5940052
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ jobs:
include:
- laravel: 9.*
testbench: 7.*
- laravel: 8.*
testbench: ^6.23
runs-on: ubuntu-latest
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
}
],
"require": {
"php": "^8.1",
"php": "^8.0",
"illuminate/contracts": "^8.0|^9.0"
},
"require-dev": {
Expand Down

0 comments on commit 5940052

Please sign in to comment.