Skip to content

Commit 8e78c50

Browse files
committed
Unrelated test fails as we get deprecated errors now
The idea was to use the latest (and faster version) but that requires updating the test. Will do that in another PR.
1 parent 7dec382 commit 8e78c50

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/jobs/baseinstall.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

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

.github/workflows/database-upgrade.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@ jobs:
3232
run: echo "pass" > /opt/domjudge/domserver/etc/initial_admin_password.secret
3333
- name: Check for Errors in the Upgrade
3434
run: mysql -hsqlserver -uroot -proot -e "SHOW TABLES FROM domjudge;"
35-
- name: Check for Errors in Domjudge Web
35+
- name: Check for Errors in DOMjudge Webinterface
3636
run: .github/jobs/webstandard.sh none admin

0 commit comments

Comments
 (0)