Skip to content

Commit

Permalink
Update php version
Browse files Browse the repository at this point in the history
  • Loading branch information
pkly committed Feb 12, 2024
1 parent 46802b6 commit aec4d6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

- uses: php-actions/composer@v5
with:
php_version: 8.1
php_version: 8.3

- name: Build image
run: docker build --build-arg=COMMIT=$(git rev-parse --short HEAD) . --file $DOCKERFILE_PATH --tag $IMAGE_NAME
Expand Down

0 comments on commit aec4d6c

Please sign in to comment.