Skip to content

Commit

Permalink
Merge pull request #1 from nkl-kst/code-check-php8
Browse files Browse the repository at this point in the history
Ignore PHP version check in CI code check step
  • Loading branch information
Nikolai Keist committed Dec 30, 2020
2 parents 9d40332 + a1827af commit a5d36b9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Build
on: [push, pull_request]

jobs:
build:
test:

runs-on: ubuntu-latest

Expand Down Expand Up @@ -43,3 +43,5 @@ jobs:

- name: Check code
run: composer run-script check-code
env:
PHP_CS_FIXER_IGNORE_ENV: 1

0 comments on commit a5d36b9

Please sign in to comment.