mirror of
https://github.com/YunoHost-Apps/wordpress_ynh.git
synced 2024-09-03 20:36:10 +02:00
Additional tests for PHP versions
This commit is contained in:
parent
41eef9b94f
commit
adbd57cbaf
1 changed files with 14 additions and 0 deletions
14
tests.toml
14
tests.toml
|
@ -29,3 +29,17 @@ test_format = 1.0
|
||||||
|
|
||||||
args.language = "en_US"
|
args.language = "en_US"
|
||||||
args.multisite = 1
|
args.multisite = 1
|
||||||
|
|
||||||
|
[with_php8.0]
|
||||||
|
|
||||||
|
only = ["install.subdir"]
|
||||||
|
|
||||||
|
args.language = "en_US"
|
||||||
|
args.phpversion = "8.0"
|
||||||
|
|
||||||
|
[with_php8.1]
|
||||||
|
|
||||||
|
only = ["install.subdir"]
|
||||||
|
|
||||||
|
args.language = "en_US"
|
||||||
|
args.phpversion = "8.1"
|
||||||
|
|
Loading…
Add table
Reference in a new issue