Skip to content

Commit

Permalink
bug #898 CI fix (fabpot)
Browse files Browse the repository at this point in the history
This PR was merged into the 1.x branch.

Discussion
----------

CI fix

Commits
-------

878358c Fix CI on the main banches
  • Loading branch information
fabpot committed Apr 15, 2022
2 parents c0c28f8 + 878358c commit 130851b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ on:
pull_request:
push:
branches:
- 'main'
- '1.x'
- '2.x'

env:
SYMFONY_PHPUNIT_DIR: "$HOME/symfony-bridge/.phpunit"
Expand Down

0 comments on commit 130851b

Please sign in to comment.