From 1502edf2f1d9eae6426426229099602f2518006f Mon Sep 17 00:00:00 2001 From: mscherer Date: Thu, 17 Oct 2024 00:05:57 +0200 Subject: [PATCH] Check PHP84 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0f5a488..40d5ead 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: strategy: fail-fast: false matrix: - php-version: ['8.1', '8.2', '8.3'] + php-version: ['8.1', '8.4'] steps: - uses: actions/checkout@v4