Skip to content

Commit

Permalink
Laravel 11
Browse files Browse the repository at this point in the history
  • Loading branch information
evan-burrell committed Apr 9, 2024
1 parent c4d81c6 commit f80a514
Show file tree
Hide file tree
Showing 2 changed files with 3 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: [ 8.1, 8.2 ]
php: [ 8.1, 8.2, 8.3 ]
stability: [ prefer-stable ]

name: P${{ matrix.php }} - ${{ matrix.stability }} - ${{ matrix.os }}
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"php": ">=8.1",
"ext-json": "*",
"aws/aws-sdk-php": "^3.2",
"illuminate/cache": "^8 || ^9 || ^10",
"illuminate/queue": "^8 || ^9 || ^10"
"illuminate/cache": "^8 || ^9 || ^10 || ^11",
"illuminate/queue": "^8 || ^9 || ^10 || ^11"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit f80a514

Please sign in to comment.