diff --git a/.github/workflows/core11.yml b/.github/workflows/core11.yml index 04152ac34b..f93d4daacd 100644 --- a/.github/workflows/core11.yml +++ b/.github/workflows/core11.yml @@ -27,7 +27,7 @@ jobs: run: Build/Scripts/runTests.sh -t 11 -p ${{ matrix.php }} -s lint - name: Validate code against CGL - run: PHP_CS_FIXER_IGNORE_ENV=1 Build/Scripts/runTests.sh -t 11 -p 8.1 -s cgl -n + run: PHP_CS_FIXER_IGNORE_ENV=1 Build/Scripts/runTests.sh -t 11 -p ${{ matrix.php }} -s cgl -n - name: Unit Tests run: Build/Scripts/runTests.sh -t 11 -p ${{ matrix.php }} -s unit 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