Skip to content

Commit 8935226

Browse files
committed
Maybe
1 parent 6e80c9d commit 8935226

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

.github/workflows/run-tests.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -10,25 +10,25 @@ jobs:
1010
test:
1111
runs-on: ${{ matrix.os }}
1212
strategy:
13-
fail-fast: true
13+
fail-fast: false
1414
matrix:
1515
os: [ubuntu-latest, windows-latest]
16-
php: [8.2, 8.3]
16+
php: [8.2, 8.3, 8.4]
1717
laravel: [11.*, 12.*]
1818
stability: [prefer-lowest, prefer-stable]
1919
include:
2020
- laravel: 11.*
21-
testbench: "^9.0"
22-
pest: "^2.0"
23-
plugin: "^2.0"
24-
phpunit: "^10.0"
21+
testbench: '^9.0'
22+
pest: '^2.0'
23+
plugin: '^2.0'
24+
phpunit: '^10.0'
2525
- laravel: 12.*
26-
testbench: "^10.0"
27-
pest: "^3.0"
28-
plugin: "^3.0"
29-
phpunit: "^11.0"
26+
testbench: '^10.0'
27+
pest: '^3.0'
28+
plugin: '3.x-dev'
29+
phpunit: '^11.5'
3030

31-
name: PHP${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
31+
name: PHP ${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
3232

3333
steps:
3434
- name: Checkout code

0 commit comments

Comments
 (0)