Skip to content

Commit f39b042

Browse files
committed
⬆️ Upgrade to php 8.4
1 parent 3fd6836 commit f39b042

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
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.3",
5+
"version": "8.4",
66
"installComposer": true
77
}
88
}

.github/workflows/continuous_integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Setup PHP
1818
uses: shivammathur/setup-php@9e72090525849c5e82e596468b86eb55e9cc5401
1919
with:
20-
php-version: '8.3'
20+
php-version: '8.4'
2121
tools: composer, infection
2222
coverage: pcov
2323

Dockerfile

Lines changed: 1 addition & 1 deletion
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.3-cli-alpine
14+
FROM php:8.4-cli-alpine
1515

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

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"type": "project",
66
"license": "MIT",
77
"require": {
8-
"php": "^8.1",
8+
"php": "^8.3",
99
"league/flysystem": "^3.0",
1010
"league/flysystem-memory": "^3.0",
1111
"nikic/php-parser": "^5.0",

0 commit comments

Comments
 (0)