From 2fea82c21ebc2ddd101fcefdcd5ffa05f2f3f7ce Mon Sep 17 00:00:00 2001 From: KodeStar Date: Sat, 17 Feb 2024 10:08:50 +0000 Subject: [PATCH] Change to 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 34ba62dd..67e74e0d 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: '8.1' + php-version: '8.3' extensions: mbstring, dom, fileinfo, mysql, libxml, xml, xmlwriter, dom, tokenizer, filter, json, phar, pcre, openssl, pdo, intl, curl - name: Cache composer dependencies @@ -56,4 +56,4 @@ jobs: if: failure() with: name: Logs - path: ./storage/logs \ No newline at end of file + path: ./storage/logs