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 e0a78e8 commit 15e6accCopy full SHA for 15e6acc
.github/workflows/test.yml
@@ -25,7 +25,7 @@ jobs:
25
- name: setup PHP
26
uses: shivammathur/setup-php@v2
27
with:
28
- php-version: '8.3'
+ php-version: '8.4'
29
30
- uses: actions/checkout@v2
31
Dockerfile
@@ -1,7 +1,7 @@
1
##
2
# LocalGov Drupal web container.
3
4
-FROM php:8.3-apache
+FROM php:8.4-rc-apache
5
6
# Install PHP and related packages.
7
RUN apt-get update && \
docker-compose.yml
@@ -4,7 +4,7 @@
services:
drupal:
- image: localgovdrupal/apache-php:php8.3
+ image: localgovdrupal/apache-php:php8.4
8
container_name: drupal
9
depends_on:
10
database:
0 commit comments