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:
Éric Gaspar 2023-02-04 23:13:06 +01:00
parent 91a8d2aecf
commit 6ec349098d

View file

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