Skip to content

Commit 5e6be12

Browse files
authored
Merge pull request #1030 from bavix/rez1dent3-patch-2
Adds PHP 8.4 support to the workflow
2 parents c0d4bb0 + 6933cab commit 5e6be12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/phpunits.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
strategy:
2020
matrix:
21-
php-versions: [8.2, 8.3]
21+
php-versions: [8.2, 8.3, 8.4]
2222
databases: [testing, pgsql, mysql, mariadb]
2323
caches: [array, redis, memcached, database]
2424
locks: [redis, memcached]

0 commit comments

Comments
 (0)