Skip to content

Commit f81c277

Browse files
committed
Update run-tests.yml
1 parent f9f99bd commit f81c277

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

.github/workflows/run-tests.yml

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,24 @@ name: run-tests
22

33
on:
44
push:
5-
branches: [main]
5+
branches: [ main ]
66
pull_request:
7-
branches: [main]
7+
branches: [ main ]
88

99
jobs:
1010
test:
1111
runs-on: ${{ matrix.os }}
1212
strategy:
1313
fail-fast: true
1414
matrix:
15-
os: [ubuntu-latest, windows-latest]
16-
php: [8.1,8.2]
17-
laravel: [9.*,10.*]
18-
stability: [prefer-lowest, prefer-stable]
19-
15+
os: [ ubuntu-latest, windows-latest ]
16+
php: [ 8.1,8.2 ]
17+
laravel: [ 9.*,10.* ]
18+
stability: [ prefer-stable ]
19+
include:
20+
- laravel: 9.*
21+
testbench: 7.*
22+
2023
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
2124

2225
steps:

0 commit comments

Comments
 (0)