Skip to content

Commit

Permalink
MNT Update build matrix (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
emteknetnz authored May 2, 2022
1 parent 6ffa9ed commit 72b36c5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
language: php

dist: xenial
dist: bionic

matrix:
fast_finish: true
include:
- php: 7.3
env: PHPUNIT_TEST=1 PHPCS_TEST=1
- php: 7.4
env: PHPUNIT_TEST=1
env: PHPUNIT_TEST=1 PHPCS_TEST=1
- php: 8.0
env: PHPUNIT_TEST=1
- php: 8.1
env: PHPUNIT_TEST=1

before_script:
- phpenv rehash
Expand Down

0 comments on commit 72b36c5

Please sign in to comment.