Skip to content

Commit

Permalink
Remove PHP 8.1 support
Browse files Browse the repository at this point in the history
  • Loading branch information
c-tanner committed Sep 28, 2024
1 parent 4b5dc95 commit cb11040
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/php-compatibility.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,9 @@ jobs:
strategy:
fail-fast: true
matrix:
php: [8.1, 8.2, 8.3]
php: [8.2, 8.3]
dependency-version: [prefer-lowest, prefer-stable]
include:
- php: 8.1
laravel: 9.*
testbench: 7.*
canvas: 7.*
phpunit: 9.*
- php: 8.2
laravel: 10.*
testbench: 8.*
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
}
},
"require": {
"php": "^8",
"php": "^8.2",
"illuminate/support": "^9|^10|^11"
},
"minimum-stability": "dev",
Expand Down

0 comments on commit cb11040

Please sign in to comment.