Skip to content

Commit c4af88b

Browse files
authored
BAP-20638: Travis build failed because PHP CS Fixer is not able run on PHP 8.0.0 (#30082)
- changed php version to 8.0.2 (the latest one supported on travis)
1 parent 02b8f80 commit c4af88b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ branches:
88
- /^\d+\.\d+$/
99

1010
php:
11-
- 8.0.7
11+
- 8.0.2
1212

1313
env:
1414
- COMPOSER=travis.json

0 commit comments

Comments
 (0)