Skip to content

Commit

Permalink
Move CI to 0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
mcg-web committed Dec 28, 2020
1 parent 256d1e1 commit 26fb4ce
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,19 +20,13 @@ jobs:
fail-fast: false
matrix:
include:
- php-version: 7.1
symfony-version: "3.4.*"

- php-version: 7.2
symfony-version: "4.0.*"
phpunit-version: "^7.2"

- php-version: 7.2
symfony-version: "4.1.*"
symfony-version: "4.3.*"
phpunit-version: "^7.2"

- php-version: 7.3
symfony-version: "4.3.*"
validator: false

- php-version: 7.3
symfony-version: "4.3.*"
Expand Down Expand Up @@ -104,6 +98,10 @@ jobs:
if: matrix.symfony-deprecation-helper != ''
run: export SYMFONY_DEPRECATIONS_HELPER=${{ matrix.symfony-deprecation-helper }}

- name: "Disabled validor if needed"
if: matrix.validator == false
run: export VALIDATOR=0

- name: "Run tests"
run: composer test

Expand Down

0 comments on commit 26fb4ce

Please sign in to comment.