We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2bafa1 commit 8e223f9Copy full SHA for 8e223f9
3 files changed
.travis.yml
@@ -13,11 +13,10 @@ env:
13
matrix:
14
fast_finish: true
15
include:
16
- # Test the 3.4 LTS release
17
- - php: 7.2
18
- env: SYMFONY="4.4.*"
19
- - php: 7.3
20
+ - php: 8.1
+ env: SYMFONY="6.4.*"
+ - php: 8.2
21
22
install:
23
- travis_retry composer install --no-interaction --prefer-dist
composer.json
@@ -41,7 +41,7 @@
41
"extra": {
42
"symfony": {
43
"allow-contrib": false,
44
- "require": "4.4.*"
+ "require": "^6.4||^7.1"
45
}
46
47
XactCommandSchedulerBundle.php src/XactCommandSchedulerBundle.phpXactCommandSchedulerBundle.php renamed to src/XactCommandSchedulerBundle.php
0 commit comments