Skip to content

Commit 157e17c

Browse files
committed
ci: PHP 8.2 support
1 parent 320afc1 commit 157e17c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@ jobs:
1818
fail-fast: false
1919
matrix:
2020
localgov-version:
21-
- '2.x'
21+
- '3.x'
2222

2323
steps:
2424

2525
- name: setup PHP
2626
uses: shivammathur/setup-php@v2
2727
with:
28-
php-version: '8.1'
28+
php-version: '8.2'
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.1-apache
4+
FROM php:8.2-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.1
7+
image: localgovdrupal/apache-php:php8.2
88
container_name: drupal
99
depends_on:
1010
database:

0 commit comments

Comments
 (0)