Skip to content

Commit

Permalink
pre run script fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MarioRadu committed May 2, 2024
1 parent a5563e9 commit 365aee7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .laminas-ci/pre-run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ echo "Running $COMMAND"
if [[ ${COMMAND} =~ phpunit ]];then

# apt-get update
apt-get install php"${PHP_VERSION}"-sqlite3 >= 8.2.18
apt-get install php"${PHP_VERSION}"-sqlite3=8.2.18
# apt-get install php8.2-sqlite3
# apt-get install php8.3-sqlite3

Expand Down

0 comments on commit 365aee7

Please sign in to comment.