Skip to content

Commit

Permalink
remove PHP 8.0 support
Browse files Browse the repository at this point in the history
  • Loading branch information
d8vjork committed Mar 13, 2024
1 parent 39efca2 commit e116a1f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
fail-fast: true
matrix:
os: [ ubuntu-latest ]
php: [ 8.0, 8.1, 8.2, 8.3 ]
php: [ 8.1, 8.2, 8.3 ]
laravel: [ 9.*, 10.* ]
dependency-version: [ prefer-stable ]
include:
Expand All @@ -19,9 +19,6 @@ jobs:

- laravel: 10.*
testbench: 8.*
exclude:
- laravel: 10.*
php: 8.0

name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }} - ${{ matrix.os }}

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
}
],
"require": {
"php": "^8.0"
"php": "^8.1"
},
"require-dev": {
"larastan/larastan": "^2.0",
Expand Down

0 comments on commit e116a1f

Please sign in to comment.