Skip to content

Commit b0e4abe

Browse files
authored
chore: added PHP 8.4 to PHPUnit workflow
1 parent e0cd279 commit b0e4abe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/phpunit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
if: "!contains(github.event.head_commit.message, '[ci skip]')"
3939
strategy:
4040
matrix:
41-
php-versions: ['8.1', '8.2', '8.3']
41+
php-versions: ['8.1', '8.2', '8.3', '8.4']
4242
db-platforms: ['MySQLi', 'SQLite3']
4343
include:
4444
# Postgre

0 commit comments

Comments
 (0)