1
0
Fork 0
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:
Florent 2023-10-11 23:10:48 +02:00 committed by Florent F
parent 41eef9b94f
commit adbd57cbaf

View file

@ -29,3 +29,17 @@ test_format = 1.0
args.language = "en_US"
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"