Skip to content

Commit affa1f4

Browse files
committed
add support php8.2
1 parent c150136 commit affa1f4

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.0, 8.1]
21+
php-versions: [8.0, 8.1, 8.2]
2222
databases: [testing, pgsql, mysql, mariadb]
2323
caches: [array, redis, memcached]
2424

0 commit comments

Comments
 (0)