Skip to content

Commit 2e2e619

Browse files
committed
Add CI tests for Symfony 4.1 and drop all 3.3 references
1 parent 38982e2 commit 2e2e619

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ matrix:
1818
fast_finish: true
1919
include:
2020
- php: 7.1
21-
env: SYMFONY_VERSION=^3.3
21+
env: SYMFONY_VERSION=^3.4
2222
- php: 7.1
2323
env: COMPOSER_FLAGS="--prefer-lowest"
2424
- php: 7.2
2525
env: SYMFONY_VERSION=^3.4
2626
- php: 7.3
27-
env: SYMFONY_VERSION=^3.4
27+
env: SYMFONY_VERSION=^4.1
2828
- php: 7.3
2929
env: DEPENDENCIES=dev
3030
- php: nightly

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
[![SensioLabs Insight](https://img.shields.io/sensiolabs/i/05d79ba2-cba4-4201-a17a-2868c51f9c6c.svg)](https://insight.sensiolabs.com/projects/05d79ba2-cba4-4201-a17a-2868c51f9c6c)
1010

1111
This bundle provides convenient integration of the popular [DataTables](https://datatables.net/) jQuery library
12-
for realtime Ajax tables in your [Symfony](https://symfony.com/) 3.3+ or 4.0+ application.
12+
for realtime Ajax tables in your [Symfony](https://symfony.com/) 3.4+ or 4.1+ application.
1313

1414
Unlike other bundles providing similar functionality we decoupled the implementation of the DataTables logic
1515
completely from the source of the data. Therefore it is possible to implement your own custom adapters for

0 commit comments

Comments
 (0)