Skip to content

Commit

Permalink
Update config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Ekman authored May 22, 2021
1 parent 034aa74 commit b9dbd99
Showing 1 changed file with 2 additions and 19 deletions.
21 changes: 2 additions & 19 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,19 +41,6 @@ jobs:

workflows:
master:
jobs:
- phpunit/test:
test-path: tests
matrix:
parameters:
executor:
- php74
- php80
pre-steps: [ composer/install_bin ]
filters:
branches:
only: master
branch:
jobs:
- php-cs-fixer/fix:
executor: php74
Expand All @@ -62,18 +49,14 @@ workflows:
pre-steps:
- run: apk add --update --no-cache git openssh-client
- composer/install_bin
filters: &branch-filters
filters:
branches:
ignore: master
- test_coverage:
filters: *branch-filters
requires: [ php-cs-fixer/fix ]
- test_coverage
- phpunit/test:
test-path: tests
matrix:
parameters:
executor:
- php80
pre-steps: [ composer/install_bin ]
filters: *branch-filters
requires: [ php-cs-fixer/fix ]

0 comments on commit b9dbd99

Please sign in to comment.