Skip to content

Commit 1cde4f3

Browse files
authored
Merge pull request #98 from WyriHaximus/bump-to-php-8.2
Bump to PHP 8.2
2 parents 97c47cc + 2c1ef21 commit 1cde4f3

File tree

3 files changed

+417
-193
lines changed

3 files changed

+417
-193
lines changed

Dockerfile-build

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# syntax=docker/dockerfile:experimental
2-
FROM wyrihaximusnet/php:7.4-nts-alpine-slim-dev-root AS install-dependencies
2+
FROM wyrihaximusnet/php:8.2-nts-alpine-slim-dev-root AS install-dependencies
33
RUN mkdir /workdir
44
COPY ./composer.json /workdir
55
COPY ./composer.lock /workdir
66
WORKDIR /workdir
77
RUN composer install --ansi --no-progress --no-interaction --prefer-dist
88

99
## Compile runtime image
10-
FROM wyrihaximusnet/php:7.4-nts-alpine-slim-root AS runtime
10+
FROM wyrihaximusnet/php:8.2-nts-alpine-slim-root AS runtime
1111
RUN mkdir /workdir
1212
COPY ./entrypoint.sh ./comment.php ./post-process.php ./composer.* /workdir/
1313
COPY --from=install-dependencies /workdir/vendor/ /workdir/vendor/

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
"name": "wyrihaximus/composer.lock-diff",
33
"description": "GitHub Action that diffs composer.lock between current branch and default branch",
44
"require": {
5-
"php": "^7.4",
6-
"composer/composer": "^2.0",
7-
"guzzlehttp/guzzle": "^7.3",
8-
"ion-bazan/composer-diff": "^1.1",
9-
"symfony/console": "^5.2"
5+
"php": "^8.2",
6+
"composer/composer": "^2.5.1",
7+
"guzzlehttp/guzzle": "^7.5",
8+
"ion-bazan/composer-diff": "^1.7",
9+
"symfony/console": "^6.2.3"
1010
},
1111
"config": {
1212
"platform": {
13-
"php": "7.4"
13+
"php": "8.2.13"
1414
},
1515
"preferred-install": "dist",
1616
"sort-packages": true,

0 commit comments

Comments
 (0)