From 274894562c5871c4fadb88e003af56b0b28d7824 Mon Sep 17 00:00:00 2001 From: Chris Hunt Date: Sat, 17 Feb 2024 10:04:01 +0000 Subject: [PATCH] Update php version in CI tests --- .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 9dc8bec4..34ba62dd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: - name: Setup PHP, with composer and extensions uses: shivammathur/setup-php@v2 #https://github.com/shivammathur/setup-php with: - php-version: '7.4' + php-version: '8.1' extensions: mbstring, dom, fileinfo, mysql, libxml, xml, xmlwriter, dom, tokenizer, filter, json, phar, pcre, openssl, pdo, intl, curl - name: Cache composer dependencies