We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c150136 commit affa1f4Copy full SHA for affa1f4
.github/workflows/phpunits.yaml
@@ -18,7 +18,7 @@ jobs:
18
19
strategy:
20
matrix:
21
- php-versions: [8.0, 8.1]
+ php-versions: [8.0, 8.1, 8.2]
22
databases: [testing, pgsql, mysql, mariadb]
23
caches: [array, redis, memcached]
24
0 commit comments