Skip to content

Commit 116d525

Browse files
authored
Rely on supported PHP version (#17142)
1 parent 1f6c83a commit 116d525

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/nightly_build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
include:
2222
# build on lower supported version to ensure building tools are compatible with this version
2323
- {branch: "10.0/bugfixes", php-version: "7.4"}
24-
- {branch: "main", php-version: "8.1"}
24+
- {branch: "main", php-version: "8.2"}
2525
services:
2626
app:
2727
image: "ghcr.io/glpi-project/githubactions-php:${{ matrix.php-version }}"

0 commit comments

Comments
 (0)