From 6a1933ac9e0c09232da6ffa6f4a2523869f31a6f Mon Sep 17 00:00:00 2001 From: Jeldrik Hanschke Date: Thu, 11 Apr 2024 20:02:20 +0200 Subject: [PATCH] run tests with PHP 8.3 (#992) --- .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