Skip to content

Commit 213fa2c

Browse files
Update test runner to only run for stable versions
1 parent 9f23ed3 commit 213fa2c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/run-tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@ jobs:
1313
strategy:
1414
matrix:
1515
php: [8.0, 7.4, 7.3, 7.2, 7.1]
16-
dependency-version: [prefer-lowest, prefer-stable]
16+
dependency-version:
17+
# - prefer-lowest
18+
- prefer-stable
1719
os: [ubuntu-latest]
1820

1921
name: P${{ matrix.php }} - ${{ matrix.dependency-version }} - ${{ matrix.os }}

0 commit comments

Comments
 (0)