Skip to content

Commit

Permalink
Prep for Laravel 9
Browse files Browse the repository at this point in the history
  • Loading branch information
tonysm committed Jan 30, 2022
1 parent d5ac041 commit b258533
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ jobs:
fail-fast: true
matrix:
os: [ubuntu-latest, windows-latest]
php: [8.0, 7.4]
php: [8.1, 8.0, 7.4]
laravel: [8.*]
stability: [prefer-lowest, prefer-stable]
include:
- laravel: 8.*
testbench: "^6.11"
testbench: "^6.24"

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

Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@
}
],
"require": {
"php": "^7.4|^8.0",
"illuminate/support": "^8.47"
"php": "^7.4|^8.0|^8.1",
"illuminate/support": "^8.47|^9.0"
},
"require-dev": {
"orchestra/testbench": "^6.0",
"phpunit/phpunit": "^9.3"
"orchestra/testbench": "^6.24",
"phpunit/phpunit": "^9.5"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit b258533

Please sign in to comment.