From 93ede10b00713e9a16b04939b226ca5e10e0f156 Mon Sep 17 00:00:00 2001 From: Michael Krohn Date: Tue, 5 Dec 2023 22:28:48 +0100 Subject: [PATCH] [BUGFIX] Set correct php version in github workflow --- .github/workflows/core12.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/core12.yml b/.github/workflows/core12.yml index 6a39bc10cf..55aab4765e 100644 --- a/.github/workflows/core12.yml +++ b/.github/workflows/core12.yml @@ -24,7 +24,7 @@ jobs: run: Build/Scripts/runTests.sh -t 12 -p ${{ matrix.php }} -s lint - name: Validate code against CGL - run: PHP_CS_FIXER_IGNORE_ENV=1 Build/Scripts/runTests.sh -t 12 -p 8.1 -s cgl -n + run: PHP_CS_FIXER_IGNORE_ENV=1 Build/Scripts/runTests.sh -t 12 -p ${{ matrix.php }} -s cgl -n - name: Unit Tests run: Build/Scripts/runTests.sh -t 12 -p ${{ matrix.php }} -s unit