Skip to content

Commit 0033784

Browse files
committed
Maybe this works
1 parent e829af3 commit 0033784

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/phpunit.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
paths:
66
- '**.php'
77
- '.github/workflows/phpunit.yml'
8-
- 'phpunit.xml.dist.dist'
8+
- 'phpunit.xml.dist'
99
- 'composer.json'
1010
- 'composer.lock'
1111

@@ -16,10 +16,10 @@ jobs:
1616
strategy:
1717
fail-fast: true
1818
matrix:
19-
os: [ 'ubuntu-latest', 'macos-latest' ]
20-
php: [ '8.3', '8.2', '8.1', '8.0', ]
21-
laravel: [ '11.*', '10.*', '10.*' ]
22-
stability: [ 'prefer-lowest', 'prefer-stable' ]
19+
os: [ ubuntu-latest, windows-latest ]
20+
php: [ 8.3, 8.2, 8.1, 8.0 ]
21+
laravel: [ 11.*, 10.*, 10.* ]
22+
stability: [ prefer-lowest, prefer-stable ]
2323
include:
2424
- laravel: '9.*'
2525
testbench: '7.*'
@@ -29,7 +29,7 @@ jobs:
2929
- laravel: '11.*'
3030
php: '8.0'
3131

32-
name: "P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}"
32+
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
3333

3434
steps:
3535
- name: Checkout code

0 commit comments

Comments
 (0)