Skip to content

Commit 3bfdec8

Browse files
committed
Bump to 8.3 final
Not working yet: - solr extension (https://github.com/php/pecl-search_engine-solr)
1 parent 56bbe6c commit 3bfdec8

File tree

4 files changed

+4
-5
lines changed

4 files changed

+4
-5
lines changed

.github/workflows/test_buildx_and_publish.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ jobs:
7171
latest=false
7272
tags: |
7373
type=raw,value={{branch}}
74-
type=match,pattern=(\d+.\d+),value={{branch}}
7574
7675
# https://github.com/docker/setup-qemu-action#usage
7776
- name: Set up QEMU

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM php:8.3-apache-bookworm
1+
FROM php:8.3-apache-bullseye
22

33
# So we can use it anywhere for conditional stuff. Keeping BC with old (non-buildkit, builders)
44
ARG TARGETPLATFORM

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ A Moodle PHP environment configured for Moodle development based on [Official PH
66

77
| PHP Version | Variant | Tags | Status |
88
|--------------|---------|------------------|--------|
9-
| PHP 8.3 | Bookworm| 8.3-bookworm | [![Test and publish 8.3](https://github.com/moodlehq/moodle-php-apache/actions/workflows/test_buildx_and_publish.yml/badge.svg?branch=8.3-bookworm)](https://github.com/moodlehq/moodle-php-apache/actions/workflows/test_buildx_and_publish.yml)|
9+
| PHP 8.3 | Bullseye| 8.3-bullseye | [![Test and publish 8.3](https://github.com/moodlehq/moodle-php-apache/actions/workflows/test_buildx_and_publish.yml/badge.svg?branch=8.3-bullseye)](https://github.com/moodlehq/moodle-php-apache/actions/workflows/test_buildx_and_publish.yml)|
1010

1111
For a complete list of supported versions, look to the [master README](https://github.com/moodlehq/moodle-php-apache/tree/master).
1212

root/tmp/setup/php-extensions.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@ PACKAGES_POSTGRES="libpq5"
1616
PACKAGES_MYMARIA="libmariadb3"
1717

1818
# Packages for other Moodle runtime dependenices.
19-
PACKAGES_RUNTIME="ghostscript libaio1 libcurl4 libgss3 libicu72 libmcrypt-dev libxml2 libxslt1.1 \
19+
PACKAGES_RUNTIME="ghostscript libaio1 libcurl4 libgss3 libicu67 libmcrypt-dev libxml2 libxslt1.1 \
2020
libzip-dev sassc unzip zip"
2121

2222
# Packages for Memcached.
2323
PACKAGES_MEMCACHED="libmemcached11 libmemcachedutil2"
2424

2525
# Packages for LDAP.
26-
PACKAGES_LDAP="libldap-2.5-0"
26+
PACKAGES_LDAP="libldap-2.4-2"
2727

2828
apt-get update
2929
apt-get install -y --no-install-recommends apt-transport-https \

0 commit comments

Comments
 (0)