Skip to content

Commit 29dbe4d

Browse files
authored
Add support for PHP 7.4 and 8.0 (#134)
1 parent d650140 commit 29dbe4d

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

.travis.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,24 +11,27 @@ matrix:
1111
fast_finish: true
1212
include:
1313
# Minimum supported Symfony version with the latest PHP version
14-
- php: 7.3
14+
- php: 7.4
1515
env: COMPOSER_FLAGS="--prefer-stable --prefer-lowest"
1616

1717
# Test the latest stable release
1818
- php: 7.2
1919
- php: 7.3
20+
- php: 7.4
2021
env: COVERAGE=true PHPUNIT_FLAGS="-v --coverage-text"
2122

2223
# Force some major versions of Symfony
23-
- php: 7.3
24+
- php: 7.4
2425
env: DEPENDENCIES="dunglas/symfony-lock:^3"
25-
- php: 7.3
26+
- php: 7.4
2627
env: DEPENDENCIES="dunglas/symfony-lock:^4"
2728

2829
# Latest commit to master
29-
- php: 7.3
30+
- php: 7.4
3031
env: STABILITY="dev"
3132

33+
- php: 8.0snapshot
34+
3235
allow_failures:
3336
# Dev-master is allowed to fail.
3437
- env: STABILITY="dev"

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
}
1414
],
1515
"require": {
16-
"php": "^7.2",
16+
"php": "^7.2 || ^8.0",
1717
"matthiasnoback/symfony-config-test": "^4.0.1",
1818
"symfony/dependency-injection": "^3.4 || ^4.4 || ^5.0",
1919
"symfony/config": "^3.4 || ^4.4 || ^5.0",

0 commit comments

Comments
 (0)