Skip to content

Commit e0def59

Browse files
committed
⬆️ Upgrade to PHP 8.3
1 parent 99e5a6b commit e0def59

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.devcontainer/devcontainer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"image": "mcr.microsoft.com/devcontainers/universal:2",
33
"features": {
44
"ghcr.io/devcontainers/features/php:1": {
5-
"version": "8.1",
5+
"version": "8.3",
66
"installComposer": true
77
}
88
}

.github/workflows/continuous_integration.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Setup PHP
1818
uses: shivammathur/setup-php@a4e22b60bbb9c1021113f2860347b0759f66fe5d
1919
with:
20-
php-version: '8.1'
20+
php-version: '8.3'
2121
tools: composer, infection
2222
coverage: pcov
2323

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ RUN /usr/bin/composer install \
1111
--classmap-authoritative \
1212
--working-dir=/opt/representer
1313

14-
FROM php:8.1-cli-alpine
14+
FROM php:8.3-cli-alpine
1515

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

0 commit comments

Comments
 (0)