Skip to content

Commit

Permalink
Unrelated test fails as we get deprecated errors now
Browse files Browse the repository at this point in the history
The idea was to use the latest (and faster version) but that requires
updating the test. Will do that in another PR.
  • Loading branch information
vmcj committed Dec 8, 2024
1 parent 7dec382 commit 8e78c50
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/jobs/baseinstall.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

export version="$1"
db=${2:-install}
phpversion="${3:-8.4}"
phpversion="${3:-8.1}"
# If this script is called from unit-tests.sh, we use the test environment
export APP_ENV="${4:-prod}"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/database-upgrade.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ jobs:
run: echo "pass" > /opt/domjudge/domserver/etc/initial_admin_password.secret
- name: Check for Errors in the Upgrade
run: mysql -hsqlserver -uroot -proot -e "SHOW TABLES FROM domjudge;"
- name: Check for Errors in Domjudge Web
- name: Check for Errors in DOMjudge Webinterface
run: .github/jobs/webstandard.sh none admin

0 comments on commit 8e78c50

Please sign in to comment.