Skip to content

Commit

Permalink
change composer and tests for laravel 11
Browse files Browse the repository at this point in the history
  • Loading branch information
hooman-mirghasemi committed Jun 2, 2024
1 parent d139904 commit 11f3034
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
tests:
runs-on: ubuntu-24.04
runs-on: ubuntu-22.04

strategy:
fail-fast: true
Expand Down
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,11 @@
"require": {
"php": "^8.0.2",
"kavenegar/laravel": "*",
"doctrine/dbal": "3.6.5",
"laravel/framework": "^7.0|^8.0|^9.0|^10.0|^11.0"
},
"require-dev": {
"phpunit/phpunit": "^9.6",
"orchestra/testbench": "^7.28.2|^8.8.3|^9.1.1",
"orchestra/testbench": "^6.40|^7.37|^8.17|^9.0",
"laravel/legacy-factories": "^1.3"
},
"minimum-stability": "stable",
Expand Down

0 comments on commit 11f3034

Please sign in to comment.