Skip to content

Commit b554d64

Browse files
committed
Retain test workflow changes
1 parent a6318f0 commit b554d64

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: .github/workflows/run-tests.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ jobs:
88
strategy:
99
fail-fast: true
1010
matrix:
11-
os: [ubuntu-latest, windows-latest]
12-
php: [8.3, 8.2, 8.1]
13-
stability: [prefer-lowest, prefer-stable]
11+
os: [ubuntu-latest]
12+
php: [8.4, 8.3, 8.2, 8.1]
13+
stability: [prefer-stable]
1414

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

0 commit comments

Comments
 (0)