Skip to content

Commit

Permalink
Fix: Run roave/backward-compatibility-check with ext/intl installed
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz authored and sebastianbergmann committed Dec 5, 2019
1 parent f40603d commit a29fcbf
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,15 @@ jobs:
- name: Checkout
uses: actions/checkout@master

- name: "Install PHP with extensions"
uses: shivammathur/setup-php@master
with:
php-version: 7.3
coverage: none
extension-csv: intl

- name: Run roave/backward-compatibility-check
run: php7.3 ./tools/roave-backward-compatibility-check --from=42afe2b8b42077b26148272bd03da4ab6e46a072
run: php ./tools/roave-backward-compatibility-check --from=42afe2b8b42077b26148272bd03da4ab6e46a072

lint-xml-configuration:
name: Lint XML Configuration
Expand Down

0 comments on commit a29fcbf

Please sign in to comment.