Skip to content

Commit fc1fa0c

Browse files
committed
create php 8.4 docker image
1 parent ee3523f commit fc1fa0c

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

.github/workflows/build.yaml

+7-7
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ jobs:
1919
strategy:
2020
fail-fast: false
2121
matrix:
22-
php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2']
22+
php: ['8.4']
2323
composer: ['2']
24-
latest: [false]
25-
include:
26-
- php: 8.3
27-
composer: 2
28-
latest: true
24+
latest: [true]
25+
# include:
26+
# - php: 8.3
27+
# composer: 2
28+
# latest: true
2929
runs-on: ubuntu-latest
3030
name: "Composer v${{ matrix.composer }} PHP ${{ matrix.php }} package"
3131
steps:
@@ -72,7 +72,7 @@ jobs:
7272
strategy:
7373
fail-fast: false
7474
matrix:
75-
php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3']
75+
php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4']
7676
composer: ['2']
7777
needs: packaging
7878
runs-on: ubuntu-latest

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ Below is the list of docker images available by PHP versions:
2323

2424
| PHP version | Docker image tags |
2525
|-------------|-------------------------------------------------|
26-
| PHP 8.3 | `ghcr.io/devgine/composer-php:latest` |
26+
| PHP 8.4 | `ghcr.io/devgine/composer-php:latest` |
27+
| PHP 8.3 | `ghcr.io/devgine/composer-php:v2-php8.3-alpine` |
2728
| PHP 8.2 | `ghcr.io/devgine/composer-php:v2-php8.2-alpine` |
2829
| PHP 8.1 | `ghcr.io/devgine/composer-php:v2-php8.1-alpine` |
2930
| PHP 8.0 | `ghcr.io/devgine/composer-php:v2-php8.0-alpine` |

0 commit comments

Comments
 (0)