Skip to content

Commit

Permalink
Enable CI for 8.2
Browse files Browse the repository at this point in the history
Was waiting for php-cs-fixer to have official 8.2 support but that's
been a while coming so we'll just have it run while ignoring the env
mismatch for now. We don't use any 8.2 features so it shouldn't be
an issue.
  • Loading branch information
zerocrates committed Feb 2, 2023
1 parent 0c570b6 commit 5d1a052
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
php-versions: ['7.4', '8.0', '8.1']
php-versions: ['7.4', '8.0', '8.1', '8.2']
fail-fast: false
steps:
- name: Checkout
Expand Down Expand Up @@ -80,3 +80,5 @@ jobs:
- name: Run tests
run: npx gulp test --continue
env:
PHP_CS_FIXER_IGNORE_ENV: 1

0 comments on commit 5d1a052

Please sign in to comment.