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 f24aabc commit cdf3f37Copy full SHA for cdf3f37
.github/workflows/php.yml
@@ -18,6 +18,7 @@ jobs:
18
- "8.1"
19
- "8.2"
20
- "8.3"
21
+ - "8.4"
22
23
name: PHP ${{ matrix.php-version }}
24
@@ -45,7 +46,7 @@ jobs:
45
46
47
- name: Remove lock for old EOL PHP versions
48
if: matrix.php-version == '7.1.3' || matrix.php-version == '7.2' || matrix.php-version == '7.3' || matrix.php-version == '7.4'
- run: rm composer.lock && composer config platform.php ${{ matrix.php-version }}
49
+ run: composer config platform.php ${{ matrix.php-version }}
50
51
- name: Install dependencies
52
run: composer install --no-progress --prefer-dist --optimize-autoloader
0 commit comments