Skip to content

Commit 99343ca

Browse files
author
Steffen Schüssler
committed
10.5 use php 8.3 as default
1 parent 1bf56af commit 99343ca

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
--output "type=image,push=false" \
4141
--tag neffets/drupal:10.5-apache \
4242
--tag neffets/drupal:latest \
43-
--file 10.5/php8.4/apache-bookworm/Dockerfile 10.5/php8.4/apache-bookworm/
43+
--file 10.5/php8.3/apache-trixie/Dockerfile 10.5/php8.3/apache-trixie/
4444
-
4545
name: Docker Buildx (push)
4646
if: success() && github.event_name != 'pull_request'
@@ -51,7 +51,7 @@ jobs:
5151
--output "type=image,push=true" \
5252
--tag neffets/drupal:10.5-apache \
5353
--tag neffets/drupal:latest \
54-
--file 10.5/php8.4/apache-bookworm/Dockerfile 10.5/php8.4/apache-bookworm/
54+
--file 10.5/php8.3/apache-trixie/Dockerfile 10.5/php8.3/apache-trixie/
5555
-
5656
name: Inspect image
5757
if: always() && github.event_name != 'pull_request'

0 commit comments

Comments
 (0)