We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fa02c4 commit e013d19Copy full SHA for e013d19
.github/workflows/loristest.yml
@@ -24,7 +24,7 @@ jobs:
24
uses: shivammathur/setup-php@v2
25
with:
26
php-version: ${{ matrix.php }}
27
- extensions: zip, php-ast
+ extensions: zip, php${{ matrix.php }}-ast
28
29
- name: Validate composer.json and composer.lock
30
run: composer validate
@@ -42,7 +42,7 @@ jobs:
42
run: sed -i "s/7.3/${{ matrix.php }}/g" Dockerfile.test.php7
43
44
- name: Install OS package dependencies
45
- run: sudo apt-get install php-ast
+ run: sudo apt-get install php${{ matrix.php }}-ast
46
47
- name: Install composer dependencies
48
if: steps.composer-cache.outputs.cache-hit != 'true'
0 commit comments