Skip to content

Commit

Permalink
⬆️ Upgrade to PHP 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
homersimpsons committed Mar 8, 2024
1 parent 99e5a6b commit e0def59
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"image": "mcr.microsoft.com/devcontainers/universal:2",
"features": {
"ghcr.io/devcontainers/features/php:1": {
"version": "8.1",
"version": "8.3",
"installComposer": true
}
}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/continuous_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@a4e22b60bbb9c1021113f2860347b0759f66fe5d
with:
php-version: '8.1'
php-version: '8.3'
tools: composer, infection
coverage: pcov

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN /usr/bin/composer install \
--classmap-authoritative \
--working-dir=/opt/representer

FROM php:8.1-cli-alpine
FROM php:8.3-cli-alpine

COPY --from=builder /opt/representer /opt/representer

Expand Down

0 comments on commit e0def59

Please sign in to comment.