github switched to ubuntu 20.04 and it seems to default on php 8, which our current composer setup doesn't support
This commit is contained in:
parent
1ddbcf79ac
commit
2d6d0252cf
1 changed files with 1 additions and 1 deletions
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
|
@ -10,7 +10,7 @@ jobs:
|
|||
- name: Validate composer.json and composer.lock
|
||||
run: composer validate
|
||||
- name: Install dependencies
|
||||
run: composer install --prefer-dist --no-progress --no-suggest
|
||||
run: /usr/bin/php7.4 composer install --prefer-dist --no-suggest
|
||||
PHPunit:
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
|
|
Loading…
Reference in a new issue