Skip to content

Commit 23bc551

Browse files
committed
Build: Add PHP 8.4
1 parent 623d669 commit 23bc551

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/tests.yaml

+1-3
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
strategy:
1414
matrix:
15-
php-version: ['8.0', '8.1', '8.2', '8.3']
15+
php-version: ['8.0', '8.1', '8.2', '8.3', '8.4']
1616
dependencies: ['']
1717
include:
1818
- { php-version: '8.0', dependencies: '--prefer-lowest --prefer-stable' }
@@ -28,7 +28,6 @@ jobs:
2828
php-version: ${{ matrix.php-version }}
2929
extensions: mbstring, intl, zip
3030
coverage: xdebug
31-
tools: composer:v2
3231

3332
- name: Install dependencies
3433
run: composer update --no-progress ${{ matrix.dependencies }}
@@ -64,7 +63,6 @@ jobs:
6463
with:
6564
php-version: '8.3'
6665
extensions: mbstring, intl
67-
tools: composer:v2
6866

6967
- name: Install dependencies
7068
run: composer update --no-progress

0 commit comments

Comments
 (0)