Skip to content

Commit e3365aa

Browse files
wip
1 parent f5c8c44 commit e3365aa

File tree

2 files changed

+13
-4
lines changed

2 files changed

+13
-4
lines changed

.github/workflows/run-tests.yml

+11-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ jobs:
99
fail-fast: true
1010
matrix:
1111
os: [ ubuntu-latest ]
12-
php: [8.1, 8.2]
13-
laravel: [ 8.*, 9.* , 10.*]
12+
php: [ 8.1, 8.2, 8.3 ]
13+
laravel: [ 8.*, 9.* , 10.*, 11.* ]
1414
dependency-version: [ prefer-lowest, prefer-stable ]
1515
include:
1616
- laravel: 8.*
@@ -19,6 +19,15 @@ jobs:
1919
testbench: 7.*
2020
- laravel: 10.*
2121
testbench: 8.*
22+
- laravel: 11.*
23+
testbench: 9.*
24+
exclude:
25+
- php: 8.1
26+
laravel: 11.*
27+
- php: 8.2
28+
laravel: 8.*
29+
- php: 8.3
30+
laravel: [8.*,9.*]
2231

2332
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }} - ${{ matrix.os }}
2433

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@
1717
],
1818
"require" : {
1919
"php": "^8.1",
20-
"illuminate/console": "^8.83|^9.30|^10.0",
20+
"illuminate/console": "^8.83|^9.30|^10.0|^11.0",
2121
"spatie/laravel-package-tools": "^1.12",
2222
"spatie/typescript-transformer" : "^2.1.13"
2323
},
2424
"require-dev" : {
2525
"friendsofphp/php-cs-fixer": "^3.0",
2626
"mockery/mockery": "^1.4",
2727
"nesbot/carbon": "^2.63",
28-
"orchestra/testbench": "^6.0|^7.0|^8.0",
28+
"orchestra/testbench": "^6.0|^7.0|^8.0|^9.0",
2929
"pestphp/pest": "^1.22",
3030
"phpunit/phpunit": "^9.0",
3131
"spatie/data-transfer-object": "^2.0",

0 commit comments

Comments
 (0)