From e53db331478f1572ef359975886735ffcf544f28 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Szo=C5=82tysek?= Date: Mon, 13 May 2024 15:48:33 +0200 Subject: [PATCH] IBX-8279: Updated test matrix configuration for 5.0 --- .github/workflows/ci.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 5a806c08..c9728b54 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -17,9 +17,7 @@ jobs: fail-fast: false matrix: php: - - '7.4' - - '8.0' - - '8.1' + - '8.3' composer_options: [ "" ] steps: @@ -50,7 +48,7 @@ jobs: strategy: matrix: php: - - '8.1' + - '8.3' steps: - uses: actions/checkout@v2