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 320afc1 commit 157e17cCopy full SHA for 157e17c
.github/workflows/test.yml
@@ -18,14 +18,14 @@ jobs:
18
fail-fast: false
19
matrix:
20
localgov-version:
21
- - '2.x'
+ - '3.x'
22
23
steps:
24
25
- name: setup PHP
26
uses: shivammathur/setup-php@v2
27
with:
28
- php-version: '8.1'
+ php-version: '8.2'
29
30
- uses: actions/checkout@v2
31
Dockerfile
@@ -1,7 +1,7 @@
1
##
2
# LocalGov Drupal web container.
3
4
-FROM php:8.1-apache
+FROM php:8.2-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.1
+ image: localgovdrupal/apache-php:php8.2
8
container_name: drupal
9
depends_on:
10
database:
0 commit comments