From 197f4d5736b12e3a908d73288dc8c88d97afdc87 Mon Sep 17 00:00:00 2001 From: Andrea Zambon Date: Tue, 10 Dec 2024 17:54:04 +0100 Subject: [PATCH] Expands the build matrix to include all supported PHP versions --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 997d862..96e121f 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -17,7 +17,7 @@ jobs: strategy: fail-fast: false matrix: - php: [7.1, 7.2, 7.3, 7.4] + php: [7.1, 7.2, 7.3, 7.4, 8.0, 8.1, 8.2, 8.3] env: ESB_CONSOLE_PORT: 8080