Skip to content

Commit e659c6f

Browse files
authored
Ignoring platform reqs
1 parent 339adc0 commit e659c6f

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
@@ -1,4 +1,4 @@
1-
name: PHP Composer
1+
name: PHP Checks
22

33
on:
44
push:
@@ -18,7 +18,7 @@ jobs:
1818
run: composer validate
1919

2020
- name: Install dependencies
21-
run: composer install --prefer-dist --no-progress --no-suggest
21+
run: composer install --prefer-dist --no-progress --no-suggest --ignore-platform-reqs
2222

2323
- name: Check PHP Syntax
2424
run: if find . -name "*.php" ! -path "./vendor/*" -exec php -l {} 2>&1 \; | grep "syntax error, unexpected"; then exit 1; fi

0 commit comments

Comments
 (0)