Skip to content

Commit

Permalink
Switch to debian bookworm, drop unsupported versions
Browse files Browse the repository at this point in the history
  • Loading branch information
maetthu committed Dec 11, 2023
1 parent 9453ad4 commit 2d46ba0
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
.PHONY: build

VERSION=8.2.9
VERSION=8.2.13
VERSION_MAJOR=8
VERSION_MINOR=2
VERSION_PATCH=9
VERSION_PATCH=13
FLAVOUR=cli
TAG=php-buildtest

Expand Down
4 changes: 3 additions & 1 deletion base/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG FLAVOUR
ARG VERSION
FROM php:${VERSION}-${FLAVOUR}-bullseye
FROM php:${VERSION}-${FLAVOUR}-bookworm

# php version
ARG VERSION
Expand All @@ -23,6 +23,7 @@ RUN apt-get update \
libjpeg62-turbo-dev \
libonig-dev \
libpng-dev \
libpq-dev \
libwebp-dev \
libxslt1-dev \
libzip-dev \
Expand Down Expand Up @@ -53,6 +54,7 @@ RUN \
opcache \
pcntl \
pdo_mysql \
pdo_pgsql \
soap \
xsl \
zip \
Expand Down
2 changes: 1 addition & 1 deletion base/php/session.ini
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[PHP]
session.cookie_secure = 1
session.cookie_samesite = strict
session.cookie_httponly = 1
session.cookie_httponly = 1
6 changes: 2 additions & 4 deletions bin/build-matrix.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,8 @@ import (
)

var version = map[string]string{
"7.4.33": "3",
"8.0.30": "1",
"8.1.22": "1",
"8.2.9": "1",
"8.1.26": "",
"8.2.13": "",
}

func main() {
Expand Down

0 comments on commit 2d46ba0

Please sign in to comment.