Skip to content

Commit f4a5ccc

Browse files
author
Tom Schlick
authored
update testing matrix
1 parent 390b49b commit f4a5ccc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/tests.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@ jobs:
2424
fail-fast: true
2525
matrix:
2626
php: [7.3, 7.4, 8.0]
27-
stability: [prefer-lowest, prefer-stable]
27+
stability:
28+
# - prefer-lowest
29+
- prefer-stable
2830

2931
name: PHP ${{ matrix.php }} - ${{ matrix.stability }}
3032

0 commit comments

Comments
 (0)