-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Additionally: - the processors now implement ProcessorInterface - PHPUnit dependency updated to ^8.5 (^9.5 requires additional changes) - Travis configured to build with currently supported PHP versions
- Loading branch information
Rimas Kudelis
committed
May 30, 2022
1 parent
a36b099
commit 24da939
Showing
7 changed files
with
16 additions
and
1,280 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,3 +1,5 @@ | ||
.idea/ | ||
.phpunit.result.cache | ||
vendor/ | ||
atlassian-ide-plugin.xml | ||
composer.lock |
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,7 +1,8 @@ | ||
language: php | ||
php: | ||
- '7.1' | ||
- '7.2' | ||
- '7.4' | ||
- '8.0' | ||
- '8.1' | ||
|
||
install: | ||
- composer install --prefer-dist |
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
Oops, something went wrong.