Skip to content

Commit

Permalink
Revert "Allow changing the PHP version for CI tests"
Browse files Browse the repository at this point in the history
This reverts commit dd773fd.
  • Loading branch information
vmcj committed Dec 4, 2024
1 parent 907dcf7 commit c2abdec
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/jobs/ci_settings.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,6 @@ mysql_user () {
echo "$1" | mysql -udomjudge -pdomjudge ${2:-} | tee -a "$ARTIFACTS"/mysql.txt
}

show_phpinfo() {
phpversion=$1
section_start "Show the new PHP info"
update-alternatives --set php /usr/bin/php"${phpversion}"
php -v
php -m
section_end
}

section_start () {
if [ "$#" -ne 1 ]; then
echo "Only 1 argument is needed for GHA, 2 was needed for GitLab."
Expand Down

0 comments on commit c2abdec

Please sign in to comment.