Skip to content

Commit a4cac42

Browse files
authored
Merge pull request #92 from LibreSign/chore/add-support-to-php84
chore: add support to php8.4
2 parents 771c5ec + fee2f4b commit a4cac42

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)