mirror of
https://github.com/YunoHost-Apps/phpinfo_ynh.git
synced 2024-09-03 19:56:23 +02:00
Update tests.toml
Add tests for all PHP versions
This commit is contained in:
parent
1a485c9783
commit
f700cafed6
1 changed files with 19 additions and 3 deletions
22
tests.toml
22
tests.toml
|
@ -6,19 +6,35 @@ test_format = 1.0
|
||||||
# Tests to run
|
# Tests to run
|
||||||
# ------------
|
# ------------
|
||||||
|
|
||||||
exclude = ["install.private", "change_url"]
|
exclude = ["change_url"]
|
||||||
|
|
||||||
# -------------------------------
|
# -------------------------------
|
||||||
# Default args to use for install
|
# Default args to use for install
|
||||||
# -------------------------------
|
# -------------------------------
|
||||||
|
|
||||||
args.phpversion = "7.4"
|
args.phpversion = "8.3"
|
||||||
|
|
||||||
# -------------------------------
|
# -------------------------------
|
||||||
# Commits to test upgrade from
|
# Commits to test upgrade from
|
||||||
# -------------------------------
|
# -------------------------------
|
||||||
|
|
||||||
[82_test]
|
[74_test]
|
||||||
|
|
||||||
|
only = ["install.subdir", "backup_restore", "upgrade" ]
|
||||||
|
args.phpversion = "7.4"
|
||||||
|
|
||||||
|
[80_test]
|
||||||
|
|
||||||
|
only = ["install.subdir", "backup_restore", "upgrade" ]
|
||||||
|
args.phpversion = "8.0"
|
||||||
|
|
||||||
|
[81_test]
|
||||||
|
|
||||||
|
only = ["install.subdir", "backup_restore", "upgrade" ]
|
||||||
|
args.phpversion = "8.1"
|
||||||
|
|
||||||
|
|
||||||
|
[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