Skip to content

Commit

Permalink
Rely on supported PHP version (#17142)
Browse files Browse the repository at this point in the history
  • Loading branch information
trasher committed May 17, 2024
1 parent 1f6c83a commit 116d525
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nightly_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
include:
# build on lower supported version to ensure building tools are compatible with this version
- {branch: "10.0/bugfixes", php-version: "7.4"}
- {branch: "main", php-version: "8.1"}
- {branch: "main", php-version: "8.2"}
services:
app:
image: "ghcr.io/glpi-project/githubactions-php:${{ matrix.php-version }}"
Expand Down

0 comments on commit 116d525

Please sign in to comment.