From 4d698316fd072b6a1cb4a14620984b25902c8e6c Mon Sep 17 00:00:00 2001 From: Danack Date: Thu, 8 Feb 2024 20:38:24 +0000 Subject: [PATCH] Change to PHP 8.3 for the quick test, as that is the version I want the results of first. --- .github/workflows/main.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 52ba9606..3e5727f7 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -15,7 +15,8 @@ jobs: fail-fast: false matrix: os: [ ubuntu-latest ] - php: [ 5.4 ] + # php: [ 5.4 ] + php: [ 8.3 ] imagemagick: [ 7.1.0-13, 6.9.2-0,