Skip to content

Commit

Permalink
Merge pull request #19 from Dropelikeit/feature/code-improvements
Browse files Browse the repository at this point in the history
remove baseline after code issue fixes, update dependencies
  • Loading branch information
Dropelikeit authored Feb 27, 2021
2 parents 6914eac + 6b1b543 commit cf966b2
Show file tree
Hide file tree
Showing 7 changed files with 1,817 additions and 657 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ matrix:
# Fast finish allows to set the build as "finished" even if the "allow_failures" matrix elements are not finished yet.
fast_finish: true
include:
- php: 7.4.2
- php: 7.4
- php: 8.0
allow_failures:
- php: 7.0
- php: 7.1
Expand Down Expand Up @@ -61,4 +62,4 @@ after_success:
notifications:
email:
on_success: never
on_failure: always
on_failure: always
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
}
],
"require": {
"php": ">=7.4",
"php": "^7.4|^8.0",
"ext-bcmath": "*"
},
"require-dev": {
Expand Down
Loading

0 comments on commit cf966b2

Please sign in to comment.