From 60ef78dc8cf8bfaaeac8a54591af1dce54108a6e Mon Sep 17 00:00:00 2001 From: Jeldrik Hanschke Date: Thu, 11 Apr 2024 19:58:53 +0200 Subject: [PATCH] run tests with PHP 8.3 --- .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 75337306b..36fac2175 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -139,7 +139,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - php-versions: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2'] + php-versions: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3'] steps: - name: Checkout repository files uses: actions/checkout@v4