Skip to content

Commit

Permalink
Use PHP 8.3 on GLPI dev image
Browse files Browse the repository at this point in the history
  • Loading branch information
cedric-anne committed Nov 26, 2024
1 parent 1b73aa7 commit e9714df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/glpi-development-env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
uses: "docker/build-push-action@v6"
with:
build-args: |
BASE_IMAGE=php:apache-bullseye
BASE_IMAGE=php:8.3-apache-bullseye
cache-from: "type=gha"
cache-to: "type=gha,mode=max"
context: "glpi-development-env"
Expand Down

0 comments on commit e9714df

Please sign in to comment.