Skip to content

Commit

Permalink
chore: upgrade dev/test php version to 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Cryde committed Jul 14, 2024
1 parent 48ab7a2 commit 7375d05
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .docker/cli-musicall-coverage/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM php:8.2-cli-alpine3.18
FROM php:8.3-cli-alpine3.18

COPY --from=composer:latest /usr/bin/composer /usr/bin/composer

Expand Down
2 changes: 1 addition & 1 deletion .docker/cli-musicall/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM php:8.2-cli-alpine3.18
FROM php:8.3-cli-alpine3.18

COPY --from=composer:latest /usr/bin/composer /usr/bin/composer

Expand Down
2 changes: 1 addition & 1 deletion .docker/fpm/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM php:8.2-fpm-alpine3.18
FROM php:8.3-fpm-alpine3.18

COPY --from=composer:latest /usr/bin/composer /usr/bin/composer

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/symfony.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
strategy:
fail-fast: true
matrix:
php-versions: ['8.2']
php-versions: ['8.3']
steps:
# —— Setup Github actions 🐙 —————————————————————————————————————————————
# https://github.com/actions/checkout (official)
Expand Down

0 comments on commit 7375d05

Please sign in to comment.