Skip to content

Commit 650d958

Browse files
committed
Add PHP 8.5-rc dev env
1 parent 4769aa5 commit 650d958

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
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.2", "8.3"]
25+
php-version: ["7.4", "8.0", "8.1", "8.2", "8.3", "8.5-rc"]
2626
latest: ["false"]
2727
include:
2828
- {php-version: "8.4", latest: "true"}

0 commit comments

Comments
 (0)