Skip to content

Commit ae233b3

Browse files
committed
No --ignore-platform-reqs, must respect PHP version
1 parent 49972ea commit ae233b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333

3434
- name: Install dependencies
3535
run: |
36-
composer update --${{ matrix.dependency-version }} --prefer-dist --no-interaction --ignore-platform-reqs
36+
composer update --${{ matrix.dependency-version }} --prefer-dist --no-interaction
3737
3838
- name: Execute tests
3939
run: vendor/bin/phpunit

0 commit comments

Comments
 (0)