Skip to content

Commit 40d8a64

Browse files
committed
Fix phpunit version #10
1 parent bbdbadc commit 40d8a64

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
run: composer validate
3636

3737
- name: Install dependencies
38-
run: composer install --prefer-dist --no-progress --no-suggest --ignore-platform-reqs
38+
run: composer install --prefer-dist --no-progress --no-suggest
3939

4040
- name: Run test suite
4141
run: composer check

0 commit comments

Comments
 (0)