diff --git a/.github/workflows/core12.yml b/.github/workflows/core12.yml index adb4fd0..011ce8c 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 8.2 -s cgl -n - name: Unit Tests - run: Build/Scripts/runTests.sh -t 12 -p ${{ matrix.php }} -s unit \ No newline at end of file + run: Build/Scripts/runTests.sh -t 12 -p ${{ matrix.php }} -s unit