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:
parent
369bb90604
commit
52e14f82a7
1 changed files with 4 additions and 4 deletions
|
@ -10,22 +10,22 @@ test_format = 1.0
|
||||||
args.phpversion = "7.4"
|
args.phpversion = "7.4"
|
||||||
args.with_mysql = "1"
|
args.with_mysql = "1"
|
||||||
|
|
||||||
[7.3_test]
|
[73_test]
|
||||||
|
|
||||||
only = ["install.subdir", "backup_restore", "upgrade" ]
|
only = ["install.subdir", "backup_restore", "upgrade" ]
|
||||||
args.phpversion = "7.3"
|
args.phpversion = "7.3"
|
||||||
|
|
||||||
[8.0_test]
|
[80_test]
|
||||||
|
|
||||||
only = ["install.subdir", "backup_restore", "upgrade" ]
|
only = ["install.subdir", "backup_restore", "upgrade" ]
|
||||||
args.phpversion = "8.0"
|
args.phpversion = "8.0"
|
||||||
|
|
||||||
[8.1_test]
|
[81_test]
|
||||||
|
|
||||||
only = ["install.subdir", "backup_restore", "upgrade" ]
|
only = ["install.subdir", "backup_restore", "upgrade" ]
|
||||||
args.phpversion = "8.1"
|
args.phpversion = "8.1"
|
||||||
|
|
||||||
[8.2_test]
|
[82_test]
|
||||||
|
|
||||||
only = ["install.subdir", "backup_restore", "upgrade" ]
|
only = ["install.subdir", "backup_restore", "upgrade" ]
|
||||||
args.phpversion = "8.2"
|
args.phpversion = "8.2"
|
||||||
|
|
Loading…
Add table
Reference in a new issue