From ee0ca3b1084a194bfa097a17a95daf58e0feebe9 Mon Sep 17 00:00:00 2001 From: alifaraun Date: Tue, 23 Apr 2024 16:35:29 +0200 Subject: [PATCH] update ci-cd.yml to test php 8.3 instead of 8.1 --- .github/workflows/ci-cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 3fc699d..e6b0efb 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -15,7 +15,7 @@ jobs: strategy: fail-fast: false matrix: - php-versions: ["8.1", "8.2"] + php-versions: ["8.2", "8.3"] steps: - name: Setup PHP, with composer and extensions