Skip to content

Commit

Permalink
Update to supported PHP versions LRN-43664
Browse files Browse the repository at this point in the history
  • Loading branch information
david-scarratt-lrn committed May 6, 2024
1 parent 2c05853 commit 079703a
Showing 1 changed file with 11 additions and 33 deletions.
44 changes: 11 additions & 33 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,67 +1,45 @@
matrix:
fast_finish: true
include:
- php: '7.1'
language: php
dist: bionic
env:
- COMPOSER_COMMAND=install
- php: '7.1'
language: php
dist: bionic
env:
- COMPOSER_COMMAND=update

- php: '7.2'
language: php
dist: bionic
env:
- COMPOSER_COMMAND=install
- php: '7.2'
language: php
dist: bionic
env:
- COMPOSER_COMMAND=update

- php: '7.3'
- php: '8.0'
language: php
dist: bionic
dist: focal
env:
- COMPOSER_COMMAND=install
- php: '7.3'
- php: '8.0'
language: php
dist: bionic
dist: focal
env:
- COMPOSER_COMMAND=update

- php: '7.4'
- php: '8.1'
language: php
dist: focal
env:
- COMPOSER_COMMAND=install
- php: '7.4'
- php: '8.1'
language: php
dist: focal
env:
- COMPOSER_COMMAND=update

- php: '8.0'
- php: '8.2'
language: php
dist: focal
env:
- COMPOSER_COMMAND=install
- php: '8.0'
language: php
- php: '8.2'
language: focal
dist: focal
env:
- COMPOSER_COMMAND=update

- php: '8.1.2'
- php: '8.3.4'
language: php
dist: focal
env:
- COMPOSER_COMMAND=install
- php: '8.1.2'
- php: '8.3.4'
language: php
dist: focal
env:
Expand Down

0 comments on commit 079703a

Please sign in to comment.