Skip to content

Commit

Permalink
CI update to supported versions in matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
egulias committed Oct 11, 2021
1 parent 36425ab commit c70449e
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,24 +2,20 @@ language: php

matrix:
include:
- php: 7.2
env:
- psalm=yes
dist: bionic
- php: 7.3
dist: bionic
env:
- psalm=yes
dist: bionic
- php: 7.4
dist: bionic
env:
- psalm=yes
dist: bionic
- php: 8.0
env:
- psalm=yes
dist: bionic
#ppc64le support code
- php: 7.2
- php: 7.3
arch: ppc64le
env:
- psalm=yes
Expand Down

0 comments on commit c70449e

Please sign in to comment.