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 9e29229 commit 17e5328Copy full SHA for 17e5328
.github/workflows/ci.yml
@@ -37,14 +37,6 @@ jobs:
37
steps:
38
- uses: actions/checkout@v4
39
40
- #- name: Switch to PHP ${{ env.PHP_VERSION }}
41
- #run: |
42
- #sudo update-alternatives --set php /usr/bin/php$PHP_VERSION
43
- #sudo update-alternatives --set phar /usr/bin/phar$PHP_VERSION
44
- #sudo update-alternatives --set phar.phar /usr/bin/phar.phar$PHP_VERSION
45
- #sudo update-alternatives --set phpize /usr/bin/phpize$PHP_VERSION
46
- #sudo update-alternatives --set php-config /usr/bin/php-config$PHP_VERSION
47
-
48
- name: Setup PHP
49
uses: shivammathur/setup-php@v2
50
with:
0 commit comments