From 75d7d8411afcd6d0360ca094406563387f8e56af Mon Sep 17 00:00:00 2001 From: Alex Tselegidis Date: Sat, 11 May 2024 18:02:42 +0200 Subject: [PATCH] GitHub Actions with PHP 8.2 --- .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 3b723b7d..c330f722 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: - name: Install dependencies uses: php-actions/composer@v6 with: - php_version: 8.1 + php_version: 8.2 php_extensions: gd version: 2 - name: PHPUnit Tests