From 01319f16a476c14e3ee434bc5284c1105ef4bb0d Mon Sep 17 00:00:00 2001 From: Frederik Bosch Date: Fri, 26 Jan 2024 09:08:49 +0100 Subject: [PATCH] remove php 8.0 from psalm and phpcs --- .github/workflows/ci.yml | 2 +- .github/workflows/static.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ecd35f79..fb95b1e9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -75,7 +75,7 @@ jobs: - name: Set up PHP uses: shivammathur/setup-php@v2 with: - php-version: '8.0' + php-version: '8.1' extensions: bcmath, gmp, intl, dom, mbstring - name: Download dependencies diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index 4e3bfafa..595a228c 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -16,7 +16,7 @@ jobs: - name: Set up PHP uses: shivammathur/setup-php@v2 with: - php-version: '8.0' + php-version: '8.1' extensions: bcmath, gmp, intl, dom, mbstring - name: Download dependencies