Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 642c2f8

Browse files
ruddellclaude
andcommitted
Add PHP 7.4 to test matrix
Psalm is skipped on 7.4 since newer versions require PHP 8. Co-Authored-By: Claude Sonnet 4.6 <[email protected]>
1 parent 9635df0 commit 642c2f8

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111

1212
strategy:
1313
matrix:
14-
php: ['8.2', '8.3', '8.4']
14+
php: ['7.4', '8.2', '8.3', '8.4']
1515

1616
name: PHP ${{ matrix.php }}
1717

@@ -30,4 +30,5 @@ jobs:
3030
run: vendor/bin/phpunit
3131

3232
- name: Run Psalm
33+
if: matrix.php != '7.4'
3334
run: vendor/bin/psalm

0 commit comments

Comments
 (0)