Skip to content

Commit

Permalink
Update Laravel version to 9.52.16 in CI and docs
Browse files Browse the repository at this point in the history
  • Loading branch information
tvup committed Jul 27, 2024
1 parent 72f135e commit 54ff721
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
os: [ubuntu-latest, windows-latest]
stability: [prefer-lowest, prefer-stable]
php-laravel-testbench:
- {php: 8.0.2, laravel: ^9.47, testbench: 7.*}
- {php: 8.1, laravel: ^9.47, testbench: 7.*}
- {php: 8.2, laravel: ^9.47, testbench: 7.*}
- {php: 8.3, laravel: ^9.47, testbench: 7.*}
- {php: 8.0.2, laravel: ^9.52.16, testbench: 7.*}
- {php: 8.1, laravel: ^9.52.16, testbench: 7.*}
- {php: 8.2, laravel: ^9.52.16, testbench: 7.*}
- {php: 8.3, laravel: ^9.52.16, testbench: 7.*}
- {php: 8.1, laravel: 10.*, testbench: 8.*}
- {php: 8.2, laravel: 10.*, testbench: 8.*}
- {php: 8.3, laravel: 10.*, testbench: 8.*}
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ This project supports a range of PHP and Laravel versions, tested across multipl

| Laravel Version | PHP Versions | Required `orchestra/testbench` |
|-----------------|----------------------|--------------------------------|
| ^9.47 | 8.0.2, 8.1, 8.2, 8.3 | 7.* |
| ^9.52.16 | 8.0.2, 8.1, 8.2, 8.3 | 7.* |
| 10.* | 8.1, 8.2, 8.3 | 8.* |
| 11.* | 8.2, 8.3 | 9.* |

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
],
"require": {
"php": "^8.0.2",
"laravel/framework": "^9.47|^10|^11",
"laravel/framework": "^9.52.16|^10|^11",
"nesbot/carbon": "^2|^3",
"spatie/laravel-package-tools": "^1.16"
},
Expand Down

0 comments on commit 54ff721

Please sign in to comment.