Skip to content

Commit 272d204

Browse files
DevKit updates (#258)
* DevKit updates * prepare next version also
1 parent 434932a commit 272d204

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,13 @@ env:
3737
matrix:
3838
include:
3939
- php: 7.2
40-
env: SYMFONY_VERSION=4.0.*
40+
env: SYMFONY_VERSION=4.0.*
4141
- php: 7.1
4242
env: COMPOSER_FLAGS="--prefer-lowest" SYMFONY_VERSION=2.8.* SYMFONY_DEPRECATIONS_HELPER=weak
4343
- php: 7.2
44-
env: SYMFONY_VERSION=3.3.*
44+
env: SYMFONY_VERSION=3.3.*
4545
- php: 7.2
46-
env: SYMFONY_VERSION=3.4.*
46+
env: SYMFONY_VERSION=3.4.*
4747
- env: TEST_INSTALLATION=true
4848
fast_finish: true
4949
allow_failures:

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
},
5555
"extra": {
5656
"branch-alias": {
57-
"dev-master": "2.1-dev"
57+
"dev-master": "2.2-dev"
5858
}
5959
}
6060
}

0 commit comments

Comments
 (0)