From ee55399e0f5196be4851db9bd3f44205594f61c0 Mon Sep 17 00:00:00 2001 From: Ruud Kamphuis Date: Fri, 22 Nov 2024 11:42:51 +0100 Subject: [PATCH] Switch Psalm and phpcs to 8.3 --- .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 04b2aa04..d48a2a3e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -80,7 +80,7 @@ jobs: - name: Set up PHP uses: shivammathur/setup-php@v2 with: - php-version: '8.1' + php-version: '8.3' extensions: bcmath, gmp, intl, dom, mbstring - uses: "ramsey/composer-install@v3" diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index 595a228c..55ede354 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.1' + php-version: '8.3' extensions: bcmath, gmp, intl, dom, mbstring - name: Download dependencies