From d0412e9fb17a7859e0cc3e0b1f938b6cd695628b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Niedzielski?= Date: Wed, 16 Aug 2023 09:42:54 +0200 Subject: [PATCH] Update .github/workflows/ci.yaml Co-authored-by: Konrad Oboza --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 898d6bd..7569a91 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -17,7 +17,7 @@ jobs: - name: Setup PHP Action uses: shivammathur/setup-php@v2 with: - php-version: '8.0' + php-version: '8.1' coverage: none extensions: 'pdo_sqlite, gd' tools: cs2pr