Skip to content

Commit

Permalink
[SETUP] Update Travis Runner
Browse files Browse the repository at this point in the history
Change Details
--------------
Updates Travis runner to later version, and includes
testing against PHP8.2

Backout Plan
-------------
This only affects build process, revert will backout this change.
  • Loading branch information
jdamner committed May 19, 2023
1 parent d52b7f5 commit e7a1efd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
language: php

dist: bionic
dist: focal

matrix:
include:
- php: 7.3
- php: 7.4
- php: 8.0
- php: 8.1.0
- php: 8.1
- php: 8.2
fast_finish: true
allow_failures:
- php: nightly
Expand Down

0 comments on commit e7a1efd

Please sign in to comment.