Skip to content

Commit c2abdec

Browse files
committed
Revert "Allow changing the PHP version for CI tests"
This reverts commit dd773fd.
1 parent 907dcf7 commit c2abdec

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/jobs/ci_settings.sh

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,6 @@ mysql_user () {
3434
echo "$1" | mysql -udomjudge -pdomjudge ${2:-} | tee -a "$ARTIFACTS"/mysql.txt
3535
}
3636

37-
show_phpinfo() {
38-
phpversion=$1
39-
section_start "Show the new PHP info"
40-
update-alternatives --set php /usr/bin/php"${phpversion}"
41-
php -v
42-
php -m
43-
section_end
44-
}
45-
4637
section_start () {
4738
if [ "$#" -ne 1 ]; then
4839
echo "Only 1 argument is needed for GHA, 2 was needed for GitLab."

0 commit comments

Comments
 (0)