Fix tests.toml, again

This commit is contained in:
tituspijean 2023-08-17 15:29:40 +02:00
parent 05b98eafba
commit 8d39c98681
No known key found for this signature in database
GPG key ID: EF3B0D7CC0A94720

View file

@ -12,6 +12,7 @@ test_format = 1.0
args.phpversion = "8.0"
test_upgrade_from.bf5d3ed.name = "1.0~ynh14"
test_upgrade_from.bf5d3ed.args.with_mysql = "0"
test_upgrade_from.bf5d3ed.args.domain = "sub.domain.tld"
test_upgrade_from.bf5d3ed.args.password = "SuperDuper_StrongPassw0rd"
[80_test]
@ -30,6 +31,7 @@ test_format = 1.0
args.database = "mysql"
test_upgrade_from.bf5d3ed.name = "1.0~ynh14"
test_upgrade_from.bf5d3ed.args.with_mysql = "1"
test_upgrade_from.bf5d3ed.args.domain = "sub.domain.tld"
test_upgrade_from.bf5d3ed.args.password = "SuperDuper_StrongPassw0rd"
[postgresql_test]