Skip to content

Commit

Permalink
確保 travis 在 php 8.x 能裝到 phpunit 7
Browse files Browse the repository at this point in the history
疑似關聯 issue:
- sebastianbergmann/phpunit#3526
  • Loading branch information
CQD committed Jan 10, 2021
1 parent 34dd757 commit a6db646
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
language: php

php:
- '5.6'
- '7.0'
Expand All @@ -8,11 +9,23 @@ php:
- '7.4'
- '8.0'

jobs:
include:
- php: 5.6
- php: 7.0
- php: 7.1
- php: 7.2
- php: 7.3
- php: 7.4
- php: 8.0
env: COMPOSER_FLAGS="--ignore-platform-reqs"


notifications:
email: false

install:
- composer install --prefer-dist --optimize-autoloader
- composer install --prefer-dist --optimize-autoloader $COMPOSER_FLAGS
- composer show

script:
Expand Down

0 comments on commit a6db646

Please sign in to comment.