Skip to content

Commit f71440e

Browse files
authored
Merge pull request #28 from WyriHaximus/bump-to-8.2
Bump to PHP 8.2
2 parents c617ff9 + 9dec6fc commit f71440e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Dockerfile-build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM wyrihaximusnet/php:7.4-nts-alpine-slim
1+
FROM wyrihaximusnet/php:8.2-nts-alpine-slim
22

33
COPY versions.php /app/versions.php
44

versions.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
<?php
22

3+
declare(strict_types=1);
4+
35
$versions = [];
46

57
if (getenv('INPUT_UPCOMINGRELEASES') == 'true') {

0 commit comments

Comments
 (0)