Skip to content

Commit

Permalink
20230402 Fix CI build breakage. 4
Browse files Browse the repository at this point in the history
         Related Issue(s) #158 #159 #162 #163
  • Loading branch information
NathanGibbs3 committed Apr 2, 2023
1 parent 004ecbf commit b40ccb4
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.10
ADODBVer=5.20.11
else
ADODBVer=5.01beta
fi
Expand Down

0 comments on commit b40ccb4

Please sign in to comment.