Skip to content

Commit

Permalink
Update for Laravel 9
Browse files Browse the repository at this point in the history
  • Loading branch information
ottosmops committed Nov 25, 2022
1 parent 7c4fd61 commit 4f9c50d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
fail-fast: true
matrix:
os: [ubuntu-latest]
php: [7.4, 8.0]
php: [7.4, 8.0, 8.1]
dependency-version: [prefer-lowest, prefer-stable]

name: P${{ matrix.php }} - ${{ matrix.dependency-version }} - ${{ matrix.os }}
Expand Down
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@
"homepage": "https://github.com/ottosmops/antondate",
"keywords": ["Laravel", "Antondate", "Date"],
"require": {
"laravel/framework": "~7|~8",
"illuminate/support": "~7|~8"
"laravel/framework": ">=7"
},
"require-dev": {
"phpunit/phpunit": "~9.0",
Expand Down

0 comments on commit 4f9c50d

Please sign in to comment.