We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57b2b17 commit 81b6a8dCopy full SHA for 81b6a8d
.github/workflows/php.yml
@@ -14,7 +14,7 @@ jobs:
14
15
strategy:
16
matrix:
17
- php-versions: ['7.4', '8.0']
+ php-versions: ['7.4']
18
19
runs-on: ubuntu-latest
20
@@ -39,7 +39,7 @@ jobs:
39
run: composer validate
40
41
- name: Install dependencies
42
- run: composer install --prefer-dist --no-progress --no-suggest
+ run: composer install --prefer-dist --no-progress
43
44
- name: Code lint PHP files
45
run: ./vendor/bin/phplint
0 commit comments