Skip to content

Commit 26fb4ce

Browse files
author
Jeremiah VALERIE
committed
Move CI to 0.13
1 parent 256d1e1 commit 26fb4ce

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,19 +20,13 @@ jobs:
2020
fail-fast: false
2121
matrix:
2222
include:
23-
- php-version: 7.1
24-
symfony-version: "3.4.*"
25-
26-
- php-version: 7.2
27-
symfony-version: "4.0.*"
28-
phpunit-version: "^7.2"
29-
3023
- php-version: 7.2
31-
symfony-version: "4.1.*"
24+
symfony-version: "4.3.*"
3225
phpunit-version: "^7.2"
3326

3427
- php-version: 7.3
3528
symfony-version: "4.3.*"
29+
validator: false
3630

3731
- php-version: 7.3
3832
symfony-version: "4.3.*"
@@ -104,6 +98,10 @@ jobs:
10498
if: matrix.symfony-deprecation-helper != ''
10599
run: export SYMFONY_DEPRECATIONS_HELPER=${{ matrix.symfony-deprecation-helper }}
106100

101+
- name: "Disabled validor if needed"
102+
if: matrix.validator == false
103+
run: export VALIDATOR=0
104+
107105
- name: "Run tests"
108106
run: composer test
109107

0 commit comments

Comments
 (0)