Skip to content

Commit

Permalink
Update PHP
Browse files Browse the repository at this point in the history
| datasource  | package     | from   | to    |
| ----------- | ----------- | ------ | ----- |
| docker      | php         | 8.1    | 8.2   |
| github-tags | php/php-src | 8.1.12 | 8.2.0 |


Signed-off-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] committed Dec 19, 2022
1 parent e9b3ba4 commit 91204e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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
2 changes: 1 addition & 1 deletion 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.0",
"jwage/changelog-generator": "^1.4.0",
"laminas/laminas-diactoros": "^2.23.0",
Expand Down

0 comments on commit 91204e8

Please sign in to comment.