Sets PHP version to 7.4 in worker
This commit is contained in:
@@ -10,6 +10,11 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: Setup PHP with PECL extension
|
||||
uses: shivammathur/setup-php@v2
|
||||
with:
|
||||
php-version: '7.4'
|
||||
|
||||
- name: "Checkouts satis and packages"
|
||||
run: git clone https://github.com/composer/satis && git clone https://github.com/lotgd/packages
|
||||
|
||||
|
||||
Reference in New Issue
Block a user