Skip to content

Commit ac44f99

Browse files
authored
Merge pull request #40 from moufmouf/tdbm52
Upgrading supported TDBM version to 5.2
2 parents 77f1020 + 3d93cda commit ac44f99

File tree

2 files changed

+13
-16
lines changed

2 files changed

+13
-16
lines changed

.travis.yml

Lines changed: 11 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,24 @@
11
language: php
2-
php:
3-
- 7.2
2+
43
cache:
54
directories:
65
- $HOME/.composer/cache
76

87
services:
98
- mysql
109

11-
addons:
12-
apt:
13-
sources:
14-
- mysql-5.7-trusty
15-
packages:
16-
- mysql-server
17-
18-
dist: trusty
10+
dist: bionic
1911
sudo: required
2012

21-
env:
22-
matrix:
23-
- PREFER_LOWEST="--prefer-lowest"
24-
- PREFER_LOWEST=""
13+
matrix:
14+
fast_finish: true
15+
include:
16+
# Test the latest stable release
17+
- php: 7.2
18+
- php: 7.2
19+
env: PREFER_LOWEST="--prefer-lowest"
20+
- php: 7.4
21+
2522
before_script:
2623
- composer update --prefer-dist $PREFER_LOWEST
2724
script:

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
}
1010
],
1111
"require": {
12-
"thecodingmachine/tdbm": "~5.1.0",
12+
"thecodingmachine/tdbm": "~5.2.0",
1313
"symfony/filesystem": "^2.0 || ^3.0 || ^4.0 || ^5.0",
1414
"psr/container": "^1",
1515
"thecodingmachine/graphqlite": "^4",
@@ -34,7 +34,7 @@
3434
},
3535
"extra": {
3636
"branch-alias": {
37-
"dev-master": "4.x-dev"
37+
"dev-master": "4.1.x-dev"
3838
}
3939
},
4040
"minimum-stability": "dev",

0 commit comments

Comments
 (0)