Skip to content

Commit 5aa2c6a

Browse files
committed
run test on 8.3, 8.2, 8.1 , and windows
1 parent eb40d08 commit 5aa2c6a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/run-tests.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ jobs:
1616
strategy:
1717
fail-fast: true
1818
matrix:
19-
# os: [ubuntu-latest, windows-latest]
20-
os: [ubuntu-latest]
21-
php: [8.0]
22-
# php: [8.3, 8.2, 8.1 , 8.0]
19+
os: [ubuntu-latest, windows-latest]
20+
# os: [ubuntu-latest]
21+
# php: [8.0]
22+
php: [8.3, 8.2, 8.1, 8.0]
2323
stability: [prefer-lowest, prefer-stable]
2424

2525
name: P${{ matrix.php }} - ${{ matrix.stability }} - ${{ matrix.os }}

0 commit comments

Comments
 (0)