Skip to content

Commit 15e6acc

Browse files
committed
feat: add php 8.4-rc support
1 parent e0a78e8 commit 15e6acc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: setup PHP
2626
uses: shivammathur/setup-php@v2
2727
with:
28-
php-version: '8.3'
28+
php-version: '8.4'
2929

3030
- uses: actions/checkout@v2
3131

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
##
22
# LocalGov Drupal web container.
33

4-
FROM php:8.3-apache
4+
FROM php:8.4-rc-apache
55

66
# Install PHP and related packages.
77
RUN apt-get update && \

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
services:
55

66
drupal:
7-
image: localgovdrupal/apache-php:php8.3
7+
image: localgovdrupal/apache-php:php8.4
88
container_name: drupal
99
depends_on:
1010
database:

0 commit comments

Comments
 (0)