Skip to content

Commit

Permalink
Bug #321 (#323)
Browse files Browse the repository at this point in the history
* Update dependencies

* dns_get_record wrapper for testing of the function's behaviour

* remove unused classes

* Fix Psalm errors

* Increase PHP Version
  • Loading branch information
egulias committed May 28, 2022
1 parent 312b659 commit a5ed8d5
Show file tree
Hide file tree
Showing 10 changed files with 624 additions and 430 deletions.
2 changes: 1 addition & 1 deletion .scrutinizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ imports:

build:
environment:
php: '7.3'
php: '7.4'
tests:
override:
-
Expand Down
9 changes: 0 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@ language: php

matrix:
include:
- php: 7.3
env:
- psalm=yes
dist: bionic
- php: 7.4
dist: bionic
env:
Expand All @@ -15,11 +11,6 @@ matrix:
- psalm=yes
dist: bionic
#ppc64le support code
- php: 7.3
arch: ppc64le
env:
- psalm=yes
dist: bionic
- php: 7.4
arch: ppc64le
env:
Expand Down

0 comments on commit a5ed8d5

Please sign in to comment.