Skip to content

Commit cdf3f37

Browse files
committed
Added support for PHP 8.4
1 parent f24aabc commit cdf3f37

File tree

3 files changed

+3
-5095
lines changed

3 files changed

+3
-5095
lines changed

.github/workflows/php.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
- "8.1"
1919
- "8.2"
2020
- "8.3"
21+
- "8.4"
2122

2223
name: PHP ${{ matrix.php-version }}
2324

@@ -45,7 +46,7 @@ jobs:
4546

4647
- name: Remove lock for old EOL PHP versions
4748
if: matrix.php-version == '7.1.3' || matrix.php-version == '7.2' || matrix.php-version == '7.3' || matrix.php-version == '7.4'
48-
run: rm composer.lock && composer config platform.php ${{ matrix.php-version }}
49+
run: composer config platform.php ${{ matrix.php-version }}
4950

5051
- name: Install dependencies
5152
run: composer install --no-progress --prefer-dist --optimize-autoloader

0 commit comments

Comments
 (0)