1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/my_webapp_ynh.git synced 2024-09-03 19:46:26 +02:00

Update tests.toml

This commit is contained in:
ericgaspar 2023-02-05 11:13:44 +01:00
parent 369bb90604
commit 52e14f82a7

View file

@ -10,22 +10,22 @@ test_format = 1.0
args.phpversion = "7.4"
args.with_mysql = "1"
[7.3_test]
[73_test]
only = ["install.subdir", "backup_restore", "upgrade" ]
args.phpversion = "7.3"
[8.0_test]
[80_test]
only = ["install.subdir", "backup_restore", "upgrade" ]
args.phpversion = "8.0"
[8.1_test]
[81_test]
only = ["install.subdir", "backup_restore", "upgrade" ]
args.phpversion = "8.1"
[8.2_test]
[82_test]
only = ["install.subdir", "backup_restore", "upgrade" ]
args.phpversion = "8.2"