Skip to content
This repository has been archived by the owner on Dec 22, 2020. It is now read-only.

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentchalamon committed Nov 25, 2020
1 parent b7c641f commit 1017785
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ jobs:
- '7.2'
- '7.3'
- '7.4'
- 'rc'
- '8.0'
- '8.1'
symfony:
- '3.4.*'
- '4.4.*'
Expand Down Expand Up @@ -86,7 +87,7 @@ jobs:
composer req --ignore-platform-reqs tilleuls/migration-bundle
- name: Run php-cs-fixer tests
if: matrix.php != 'rc'
if: matrix.php != '8.0' && matrix.php != '8.1'
run: php-cs-fixer fix --diff --dry-run

- name: Run PHPUnit tests
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
}
],
"require": {
"php": "^7.2",
"php": ">=7.2",
"doctrine/annotations": "^1.2",
"doctrine/dbal": "^2.5",
"doctrine/doctrine-bundle": "^1.7.2 || ^2.0",
Expand Down

0 comments on commit 1017785

Please sign in to comment.