Skip to content

Commit e59eda7

Browse files
authored
use php 8.2 (#745)
1 parent 60db5bc commit e59eda7

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# api
22

3+
## 9x.1.0 - 16 Februrary 2024
4+
- Switching to PHP 8.2
5+
36
## 9x.0.3 - 08 February 2024
47
- Replace stackdriver package (#731)
58
- Update GitHub Actions (#683 #723 #732 #733 #734)

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ WORKDIR /tmp/src2
1212
RUN composer install --no-dev --no-progress --optimize-autoloader
1313

1414

15-
FROM php:8.1-apache
15+
FROM php:8.2-apache
1616

1717
RUN apt-get update \
1818
# Needed for the imagick php extension install

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
},
8181
"config": {
8282
"platform": {
83-
"php": "8.1"
83+
"php": "8.2"
8484
},
8585
"preferred-install": "dist",
8686
"sort-packages": true,

0 commit comments

Comments
 (0)