Skip to content

Commit cddcd91

Browse files
committed
Fix test php versions
1 parent 7005b7f commit cddcd91

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

.github/workflows/run-tests.yml

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,20 @@ jobs:
1717
stability: [prefer-lowest, prefer-stable]
1818
include:
1919
- laravel: 9.*
20+
testbench: 7.*
21+
php: 8.0
22+
- laravel: 9.*
23+
testbench: 7.*
24+
php: 8.1
25+
- laravel: 9.*
26+
testbench: 7.*
27+
php: 8.2
28+
- laravel: 10.*
2029
testbench: 8.*
21-
php: 8.*
30+
php: 8.1
2231
- laravel: 10.*
2332
testbench: 8.*
24-
php: [8.1,8.2]
33+
php: 8.2
2534

2635
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
2736

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"friendsofphp/php-cs-fixer": "^3.8",
2727
"nunomaduro/collision": "^6.0",
2828
"nunomaduro/larastan": "^2.0.1",
29-
"orchestra/testbench": "^8.0",
29+
"orchestra/testbench": "^7.0|^8.0",
3030
"pestphp/pest": "^1.21",
3131
"pestphp/pest-plugin-laravel": "^1.1",
3232
"pestphp/pest-plugin-parallel": "^1.2",

0 commit comments

Comments
 (0)