Skip to content

Commit 20b4b0e

Browse files
committed
drop Symfony 2.2 support
1 parent 445ce60 commit 20b4b0e

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ php:
66
- 5.5
77

88
env:
9-
- SYMFONY_VERSION=2.2.*
109
- SYMFONY_VERSION=2.3.*
1110
- SYMFONY_VERSION=2.4.*
1211
- SYMFONY_VERSION=dev-master

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Changelog
22
=========
33

4+
1.1.0-RC2
5+
---------
6+
7+
* **2014-04-11**: drop Symfony 2.2 compatibility
8+
49
1.1.0-RC1
510
---------
611

resources/.travis.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ php:
55
- 5.4
66

77
env:
8-
- SYMFONY_VERSION=2.1.*
9-
- SYMFONY_VERSION=2.2.*
108
- SYMFONY_VERSION=2.3.*
9+
- SYMFONY_VERSION=2.4.*
10+
- SYMFONY_VERSION=dev-master
1111

1212
before_script:
1313
- ./vendor/symfony-cmf/testing/bin/init-travis/phpcr_odm_doctrine_dbal.sh
@@ -17,3 +17,7 @@ script: phpunit --coverage-text
1717
notifications:
1818
irc: "irc.freenode.org#symfony-cmf"
1919
20+
21+
matrix:
22+
allow_failures:
23+
- env: SYMFONY_VERSION=dev-master

0 commit comments

Comments
 (0)