From 63980c2abb7ecdb1a8fe96111f6ab48fba1f78c1 Mon Sep 17 00:00:00 2001 From: Edie Lemoine Date: Thu, 14 Nov 2024 15:18:37 +0100 Subject: [PATCH] build: add php 8.3 to php-xd --- .github/workflows/build-php-xd.yml | 2 +- README.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build-php-xd.yml b/.github/workflows/build-php-xd.yml index 611b468..1651a83 100644 --- a/.github/workflows/build-php-xd.yml +++ b/.github/workflows/build-php-xd.yml @@ -16,7 +16,7 @@ jobs: strategy: fail-fast: false matrix: - php: ['8.2', '8.1', '8.0', '7.4', '7.3', '7.2', '7.1'] + php: ['8.3', '8.2', '8.1', '8.0', '7.4', '7.3', '7.2', '7.1'] alpine: ['3.12', '3.13', '3.14', '3.15', '3.16', '3.17', '3.18', ''] steps: - uses: actions/checkout@v4 diff --git a/README.md b/README.md index 40e2e79..e0acb69 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,7 @@ PHP images based on `php:-alpine`, with Composer 2.5 and XDebug. - 8.0 (latest XDebug 3) - 8.1 (latest XDebug 3) - 8.2 (latest XDebug 3) +- 8.3 (latest XDebug 3) ## prestashop