Skip to content

Commit

Permalink
Merge pull request #215 from laminas/renovate/php
Browse files Browse the repository at this point in the history
Update PHP
  • Loading branch information
Ocramius committed Dec 20, 2022
2 parents 08b3d38 + 486d2ab commit 4264688
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 16 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM composer:2 AS composer

FROM php:8.1-alpine
FROM php:8.2-alpine

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

Expand Down
5 changes: 1 addition & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Application that eases release management in the Laminas organisation through GitHub actions",
"license": "BSD-3-Clause",
"require": {
"php": "~8.1.12",
"php": "~8.2.0",
"azjezz/psl": "^2.3.1",
"jwage/changelog-generator": "^1.4.0",
"laminas/laminas-diactoros": "^2.24.0",
Expand All @@ -31,9 +31,6 @@
},
"config": {
"sort-packages": true,
"platform": {
"php": "8.1.99"
},
"allow-plugins": {
"infection/extension-installer": true,
"dealerdirect/phpcodesniffer-composer-installer": true
Expand Down
19 changes: 8 additions & 11 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4264688

Please sign in to comment.