From 8bc61a64f9fad8a4fecc26339313f74bbaec688e Mon Sep 17 00:00:00 2001 From: Oliver Klee Date: Thu, 15 Feb 2024 18:29:07 +0100 Subject: [PATCH] [TASK] Switch the code style checks on CI to PHP 8.3 There is no such thing as a free lunch, but at least there's a free performance gain here. --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 6cf24ff..dc16245 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -40,7 +40,7 @@ jobs: runs-on: ubuntu-22.04 strategy: matrix: - php: ["8.1"] + php: ["8.3"] steps: - name: Checkout repository uses: actions/checkout@v3