Skip to content

Commit 184d6c6

Browse files
authored
CI: added PHP 8.2 PHPStan job (#574)
1 parent bb2b845 commit 184d6c6

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/phpstan.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,15 @@ jobs:
4040
reflector: "mysqli"
4141
mode: "recording"
4242

43+
- php-version: "8.2"
44+
db-image: 'mysql:8.0'
45+
reflector: "mysqli"
46+
mode: "recording"
47+
- php-version: '8.2'
48+
db-image: 'mariadb:latest'
49+
reflector: "mysqli"
50+
mode: "recording"
51+
4352
- php-version: "8.1"
4453
db-image: 'mysql:8.0'
4554
reflector: "mysqli"

0 commit comments

Comments
 (0)