Skip to content

Commit

Permalink
[TASK] Allow php 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
georgringer committed Dec 6, 2023
1 parent cefcb94 commit 36e5643
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/core11.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.2 -s cgl -n
run: PHP_CS_FIXER_IGNORE_ENV=1 Build/Scripts/runTests.sh -t 11 -p 8.1 -s cgl -n

- name: Unit Tests
run: Build/Scripts/runTests.sh -t 11 -p ${{ matrix.php }} -s unit
Expand Down

0 comments on commit 36e5643

Please sign in to comment.