Skip to content

Commit

Permalink
Merge pull request #66 from accessibility-exchange/laravel-9
Browse files Browse the repository at this point in the history
feat: add PHP 8.1 and Laravel 9 to supported environments
  • Loading branch information
chinleung authored Feb 14, 2022
2 parents b2715bb + 5c9bf36 commit 17e6808
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
fail-fast: true
matrix:
php: ['7.4', '8.0']
php: ['8.0', '8.1']
stability: [prefer-lowest, prefer-stable]

steps:
Expand Down
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@
}
],
"require": {
"php": "^7.4|^8.0",
"chinleung/laravel-locales": "^1.2",
"illuminate/support": "~5.8.0|^6.0|^7.0|^8.0"
"php": "^8.0|^8.1",
"chinleung/laravel-locales": "^2.0",
"illuminate/support": "^9.0"
},
"require-dev": {
"orchestra/testbench": "^3.8|^4.0|^5.0|^6.0",
"phpunit/phpunit": "^8.0"
"orchestra/testbench": "^7.0",
"phpunit/phpunit": "^9.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 17e6808

Please sign in to comment.