Skip to content

Commit cca71b5

Browse files
committed
Remove the PHP 7.4 exclusions, as there's no reason for them
1 parent be07b8c commit cca71b5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/unit-tests.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ jobs:
1717

1818
- name: Setup PHP
1919
uses: shivammathur/setup-php@v2
20-
if: ${{ matrix.php != '7.4' }}
2120
with:
2221
php-version: ${{ matrix.php-versions }}
2322
coverage: none
@@ -37,5 +36,4 @@ jobs:
3736
run: composer install --no-interaction --prefer-dist --no-suggest --no-progress
3837

3938
- name: Run test suite
40-
if: ${{ matrix.php != '7.4' }}
4139
run: composer test

0 commit comments

Comments
 (0)