From fe844874c98ad402655299047f67cb2a7c6d3262 Mon Sep 17 00:00:00 2001 From: Matthias Vogel Date: Tue, 20 Jan 2026 13:22:03 +0100 Subject: [PATCH 1/2] =?UTF-8?q?=E2=9E=95=20add=20PHP=208.5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6ec6c97..01d8157 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -14,7 +14,7 @@ jobs: strategy: fail-fast: false matrix: - php: [ '8.0', '8.1', '8.2', '8.3', '8.4' ] + php: [ '8.0', '8.1', '8.2', '8.3', '8.4', '8.5' ] webserver: [ 'apache', 'nginx' ] distroAddon: [ '', '-alpine' ] steps: From de6c4df70b391c5a10b3fbb938d11d49c7c842d8 Mon Sep 17 00:00:00 2001 From: Matthias Vogel Date: Tue, 20 Jan 2026 13:26:50 +0100 Subject: [PATCH 2/2] Apply suggestion from @Kanti --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 01d8157..589e008 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -14,7 +14,7 @@ jobs: strategy: fail-fast: false matrix: - php: [ '8.0', '8.1', '8.2', '8.3', '8.4', '8.5' ] + php: [ '8.1', '8.2', '8.3', '8.4', '8.5' ] webserver: [ 'apache', 'nginx' ] distroAddon: [ '', '-alpine' ] steps: