-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update PHP version * Try fixing libonig5 related error when testing 8.2 PHP version * Checking PHP version in travis * Do not allow job failures Fix #15
- Loading branch information
Showing
3 changed files
with
8 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,17 @@ | ||
language: php | ||
jobs: | ||
allow_failures: | ||
- php: 8.2 | ||
include: | ||
- php: 7.1 | ||
dist: xenial | ||
- php: 7.2 | ||
dist: xenial | ||
- php: 7.3 | ||
dist: xenial | ||
- php: 7.4 | ||
dist: focal | ||
- php: 8.0 | ||
dist: focal | ||
- php: 8.1 | ||
dist: focal | ||
- php: 8.2 | ||
dist: jammy | ||
install: composer install | ||
dist: focal | ||
install: | ||
- sudo apt-get update | ||
- sudo apt-get install libonig5 | ||
- composer install | ||
- php -v | ||
script: ./vendor/bin/phpunit tests |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters