Skip to content

Commit

Permalink
20230403 Fix CI build breakage. 2
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 0685ca1 commit c517586
Showing 1 changed file with 1 addition and 1 deletion.
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.13
ADODBVer=5.20.14
else
ADODBVer=5.01beta
fi
Expand Down

0 comments on commit c517586

Please sign in to comment.