Skip to content

Commit

Permalink
fix core12 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
80Quattro committed Mar 5, 2024
1 parent ec4687d commit 01dd8d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/core12.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
run: Build/Scripts/runTests.sh -t 12 -p ${{ matrix.php }} -s unit

0 comments on commit 01dd8d8

Please sign in to comment.