Skip to content

Commit

Permalink
20230402 Fix CI build breakage. 5
Browse files Browse the repository at this point in the history
         Related Issue(s) #158 #159 #162 #163
  • Loading branch information
NathanGibbs3 committed Apr 3, 2023
1 parent b40ccb4 commit 7650581
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"pear/mail": ">=1.4.1"
},
"require-dev": {
"phpunit/phpunit": ">=5.7.28 || >=4.8.19",
"phpunit/phpunit": ">=5.7.28",
"php-coveralls/php-coveralls": "^2.1 || ^1.1",
"phpunit/phpcov": "^4.0 || ^3.0 || ^2.0"
}
Expand Down
2 changes: 1 addition & 1 deletion tests/setupenv.sh
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ elif [ "$pvM" \> "5" ]; then # PHP 7x
fi
elif [ "$pvM" \> "4" ]; then # PHP 5x
if [ "$pvm" \> "2" ]; then # PHP 5.3+
ADODBVer=5.20.11
ADODBVer=5.20.12
else
ADODBVer=5.01beta
fi
Expand Down

0 comments on commit 7650581

Please sign in to comment.