We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed497f0 commit 1ad3150Copy full SHA for 1ad3150
.github/jobs/baseinstall.sh
@@ -4,7 +4,7 @@
4
5
export version="$1"
6
db=${2:-install}
7
-phpversion="${3:-8.4}"
+phpversion="${3:-8.1}"
8
# If this script is called from unit-tests.sh, we use the test environment
9
export APP_ENV="${4:-prod}"
10
.github/workflows/database-upgrade.yml
@@ -32,5 +32,5 @@ jobs:
32
run: echo "pass" > /opt/domjudge/domserver/etc/initial_admin_password.secret
33
- name: Check for Errors in the Upgrade
34
run: mysql -hsqlserver -uroot -proot -e "SHOW TABLES FROM domjudge;"
35
- - name: Check for Errors in Domjudge Web
+ - name: Check for Errors in DOMjudge Webinterface
36
run: .github/jobs/webstandard.sh none admin
0 commit comments