Skip to content

Commit 81b6a8d

Browse files
committed
Update CI to test against PHP 7.4 only for v0.8.x
1 parent 57b2b17 commit 81b6a8d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/php.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
strategy:
1616
matrix:
17-
php-versions: ['7.4', '8.0']
17+
php-versions: ['7.4']
1818

1919
runs-on: ubuntu-latest
2020

@@ -39,7 +39,7 @@ jobs:
3939
run: composer validate
4040

4141
- name: Install dependencies
42-
run: composer install --prefer-dist --no-progress --no-suggest
42+
run: composer install --prefer-dist --no-progress
4343

4444
- name: Code lint PHP files
4545
run: ./vendor/bin/phplint

0 commit comments

Comments
 (0)