We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea0be70 commit 01d44b8Copy full SHA for 01d44b8
.github/workflows/tests.yml
@@ -25,6 +25,13 @@ jobs:
25
os: [ ubuntu-22.04, windows-latest ]
26
php: [8.2, 8.3, 8.4]
27
laravel: [11, 12]
28
+ include:
29
+ - php: 8.5
30
+ laravel: 12
31
+ os: ubuntu-22.04
32
33
34
+ os: windows-latest
35
36
name: PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }} - ${{ matrix.os }}
37
composer.json
@@ -31,8 +31,8 @@
"illuminate/json-schema": "^12.28.1"
},
"require-dev": {
- "laravel/pint": "1.20.0",
- "orchestra/testbench": "^8.36.0|^9.15.0|^10.6.0",
+ "laravel/pint": "^1.20",
+ "orchestra/testbench": "^8.36|^9.15|^10.8",
"pestphp/pest": "^2.36.0|^3.8.4|^4.1.0",
"phpstan/phpstan": "^2.1.27",
38
"rector/rector": "^2.2.4"
0 commit comments