We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60db5bc commit e59eda7Copy full SHA for e59eda7
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# api
2
3
+## 9x.1.0 - 16 Februrary 2024
4
+- Switching to PHP 8.2
5
+
6
## 9x.0.3 - 08 February 2024
7
- Replace stackdriver package (#731)
8
- Update GitHub Actions (#683 #723 #732 #733 #734)
Dockerfile
@@ -12,7 +12,7 @@ WORKDIR /tmp/src2
12
RUN composer install --no-dev --no-progress --optimize-autoloader
13
14
15
-FROM php:8.1-apache
+FROM php:8.2-apache
16
17
RUN apt-get update \
18
# Needed for the imagick php extension install
composer.json
@@ -80,7 +80,7 @@
80
},
81
"config": {
82
"platform": {
83
- "php": "8.1"
+ "php": "8.2"
84
85
"preferred-install": "dist",
86
"sort-packages": true,
0 commit comments