Skip to content

Commit

Permalink
bump docker images workflow to php8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
NiclasvanEyk authored Dec 24, 2023
1 parent c3b2873 commit 78dcf71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_docker_images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
password: ${{ secrets.DOCKERHUB_TOKEN }}
- uses: shivammathur/setup-php@1a18b2267f80291a81ca1d33e7c851fe09e7dfc4
with:
php-version: '8.1'
php-version: '8.2'
- uses: actions/checkout@v2
- name: Validate composer.json and composer.lock
run: composer validate --strict
Expand Down

0 comments on commit 78dcf71

Please sign in to comment.