Skip to content

Commit 15e0376

Browse files
committed
Add missing PHP 8.2 developement image
1 parent c2c572c commit 15e0376

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/glpi-development-env.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
strategy:
2323
fail-fast: false
2424
matrix:
25-
php-version: ["7.4", "8.0", "8.1", "8.3"]
25+
php-version: ["7.4", "8.0", "8.1", "8.2", "8.3"]
2626
latest: ["false"]
2727
include:
2828
- {php-version: "8.4", latest: "true"}

0 commit comments

Comments
 (0)