Skip to content

Commit a65cb9f

Browse files
authored
Merge pull request #62 from TomHAnderson/feature/8.4
PHP 8.4
2 parents b581713 + 59074a8 commit a65cb9f

File tree

3 files changed

+111
-109
lines changed

3 files changed

+111
-109
lines changed

.github/workflows/ldog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
strategy:
3535
fail-fast: false
3636
matrix:
37-
php-versions: ['8.3']
37+
php-versions: ['8.4']
3838
steps:
3939
- name: Checkout
4040
uses: actions/checkout@v4

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build PHP/Apache image
2-
FROM php:8.3-apache
2+
FROM php:8.4-apache
33

44
# Suppress warnings from apt about lack of Dialog
55
ENV DEBIAN_FRONTEND noninteractive

0 commit comments

Comments
 (0)