Skip to content

Commit c7f6800

Browse files
committed
add all supported PHP versions to test action
1 parent 08f4286 commit c7f6800

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
fail-fast: true
1717
matrix:
18-
php: [7.4]
18+
php: [7.1, 7.2, 7.3, 7.4]
1919
dependency-version: [prefer-lowest, prefer-stable]
2020

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

0 commit comments

Comments
 (0)