Skip to content

Commit fee2f4b

Browse files
committed
chore: add support to php8.4
Signed-off-by: Vitor Mattos <vitor@php.rio>
1 parent 771c5ec commit fee2f4b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/behat.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
fail-fast: false
1010
matrix:
11-
php-versions: ['8.1', '8.2', '8.3']
11+
php-versions: ['8.1', '8.2', '8.3', '8.4']
1212

1313
name: php${{ matrix.php-versions }}
1414

0 commit comments

Comments
 (0)