Skip to content

Commit 7552f76

Browse files
committed
Update run-tests.yml
1 parent d8b5316 commit 7552f76

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/run-tests.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,20 @@ 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]
17-
laravel: [9.*]
18-
stability: [prefer-lowest, prefer-stable]
15+
os: [ ubuntu-latest ]
16+
php: [ 8.1,8.0 ]
17+
laravel: [ 9.* ]
18+
stability: [ prefer-stable ]
1919
include:
2020
- laravel: 9.*
2121
testbench: 7.*

0 commit comments

Comments
 (0)