Skip to content

Commit

Permalink
20230331 Fix CI build breakage. 4
Browse files Browse the repository at this point in the history
         Related Issue(s) #158 #159 #162
  • Loading branch information
NathanGibbs3 committed Apr 1, 2023
1 parent 7c046b0 commit 68dc54c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/setupenv.sh
Original file line number Diff line number Diff line change
Expand Up @@ -183,13 +183,13 @@ ADODl=archive
ADOFilePfx=v
ADOFileSfx=.tar.gz
if [ "$pvM" \> "7" ]; then # PHP 8x
ADODBVer=5.21.3
ADODBVer=5.21.4
if [ "$1" == "" ] && [ "$TRAVIS" == "true" ]; then
ADODBPATH="ADOdb-$ADODBVer"
fi
elif [ "$pvM" \> "5" ]; then # PHP 7x
if [ "$pvm" \> "2" ]; then # PHP 7.3+
ADODBVer=5.21.1
ADODBVer=5.21.2
elif [ "$pvm" \> "1" ]; then # PHP 7.2+
ADODBVer=5.20.13
else
Expand All @@ -200,7 +200,7 @@ elif [ "$pvM" \> "5" ]; then # PHP 7x
fi
elif [ "$pvM" \> "4" ]; then # PHP 5x
if [ "$pvm" \> "2" ]; then # PHP 5.3+
ADODBVer=5.20.1
ADODBVer=5.20.2
else
ADODBVer=5.01beta
fi
Expand Down

0 comments on commit 68dc54c

Please sign in to comment.