Skip to content

Commit

Permalink
Merge pull request #62 from TomHAnderson/feature/8.4
Browse files Browse the repository at this point in the history
PHP 8.4
  • Loading branch information
TomHAnderson authored Jan 11, 2025
2 parents b581713 + 59074a8 commit a65cb9f
Show file tree
Hide file tree
Showing 3 changed files with 111 additions and 109 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ldog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php-versions: ['8.3']
php-versions: ['8.4']
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build PHP/Apache image
FROM php:8.3-apache
FROM php:8.4-apache

# Suppress warnings from apt about lack of Dialog
ENV DEBIAN_FRONTEND noninteractive
Expand Down
Loading

0 comments on commit a65cb9f

Please sign in to comment.