Skip to content

Commit 9183ff1

Browse files
committed
Hopefully fix
1 parent 70875d5 commit 9183ff1

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/phpunit.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,10 @@ on:
1111

1212
jobs:
1313
phpunit:
14-
name: "P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}"
15-
runs-on: "${{ matrix.os }}"
14+
runs-on: ${{ matrix.os }}
1615
timeout-minutes: 5
17-
1816
strategy:
17+
fail-fast: true
1918
matrix:
2019
os: [ 'ubuntu-latest', 'macos-latest' ]
2120
php: [ '8.3', '8.2', '8.1', '8.0', ]
@@ -30,6 +29,8 @@ jobs:
3029
- laravel: '11.*'
3130
php: '8.0'
3231

32+
name: "P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}"
33+
3334
steps:
3435
- name: Checkout code
3536
uses: actions/checkout@v4

0 commit comments

Comments
 (0)