We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f538f78 commit f545326Copy full SHA for f545326
.github/workflows/tests.yml
@@ -13,10 +13,10 @@ jobs:
13
fail-fast: false
14
matrix:
15
php:
16
- - 8.1
17
- 8.2
18
- 8.3
19
- 8.4
+ - 8.5
20
21
steps:
22
- name: Checkout
composer.json
@@ -5,12 +5,12 @@
5
"license": "MPL-2.0",
6
7
"require": {
8
- "php": "^8.1",
9
- "illuminate/support": "^10.0|^11.0|^12.0"
+ "php": "^8.2",
+ "illuminate/support": "^10.0|^11.0|^12.0|^13.0"
10
},
11
"require-dev": {
12
- "friendsofphp/php-cs-fixer": "^3.84",
- "orchestra/testbench": "^8.0|^9.0|^10.0"
+ "friendsofphp/php-cs-fixer": "^3.94",
+ "orchestra/testbench": "^8.0|^9.0|^10.0|^11.0"
"autoload": {
"psr-4": {
0 commit comments