From ce38eacbf713811e349b59a3a95e15d194c2f76f Mon Sep 17 00:00:00 2001 From: Sebastian Bergmann Date: Mon, 27 Nov 2023 15:34:10 +0100 Subject: [PATCH] Use PHP 8.3 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b07a445e5..586062600 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: - name: Install PHP uses: shivammathur/setup-php@v2 with: - php-version: 8.2 + php-version: 8.3 extensions: :apcu, :imagick coverage: none tools: none @@ -42,7 +42,7 @@ jobs: - name: Install PHP uses: shivammathur/setup-php@v2 with: - php-version: 8.2 + php-version: 8.3 extensions: :apcu, :imagick coverage: none tools: none