Skip to content

Commit

Permalink
Upgrading PHP to 8.3.x
Browse files Browse the repository at this point in the history
  • Loading branch information
Ocramius committed Sep 5, 2024
1 parent 8c6dbea commit 374013d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.2-alpine
FROM php:8.3-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.2.0",
"php": "~8.3.0",
"azjezz/psl": "^3.0.0",
"jwage/changelog-generator": "^1.4.0",
"laminas/laminas-diactoros": "^2.26.0",
Expand Down
4 changes: 2 additions & 2 deletions composer.lock

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

0 comments on commit 374013d

Please sign in to comment.