Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# api

## 9x.1.0 - 16 Februrary 2024
- Switching to PHP 8.2

## 9x.0.3 - 08 February 2024
- Replace stackdriver package (#731)
- Update GitHub Actions (#683 #723 #732 #733 #734)
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ WORKDIR /tmp/src2
RUN composer install --no-dev --no-progress --optimize-autoloader


FROM php:8.1-apache
FROM php:8.2-apache

RUN apt-get update \
# Needed for the imagick php extension install
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
},
"config": {
"platform": {
"php": "8.1"
"php": "8.2"
},
"preferred-install": "dist",
"sort-packages": true,
Expand Down