Skip to content

Commit 4541cdc

Browse files
kamilpiech97mtracz
andauthored
- bump PHP to 8.4 and Composer to 2.8.7 (#44)
* - feat: added php-8.4 image * Apply suggestions from code review Co-authored-by: Marcin Tracz <marcin.tracz@blumilk.pl> --------- Co-authored-by: Marcin Tracz <marcin.tracz@blumilk.pl>
1 parent dcefb32 commit 4541cdc

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/check-dockerfile.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ on:
99
jobs:
1010
build:
1111
name: Test Dockerfile build
12-
runs-on: ubuntu-20.04
12+
runs-on: ubuntu-24.04
1313
steps:
14-
- uses: actions/checkout@v2
14+
- uses: actions/checkout@v4
1515
- name: Build the Docker image
1616
run: docker build . --file Dockerfile

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ env:
1111
jobs:
1212
push:
1313
name: Push to GHCR
14-
runs-on: ubuntu-20.04
14+
runs-on: ubuntu-24.04
1515
if: github.event_name == 'push'
1616

1717
steps:

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
ARG PHP_VERSION=8.3.1-fpm-alpine
2-
ARG COMPOSER_TAG_VERSION=2.6.6-bin
1+
ARG PHP_VERSION=8.4-fpm-alpine
2+
ARG COMPOSER_TAG_VERSION=2.8.7-bin
33

44
FROM composer/composer:${COMPOSER_TAG_VERSION} AS composer_binary
55

0 commit comments

Comments
 (0)