Skip to content

Commit

Permalink
Additional tests for PHP versions
Browse files Browse the repository at this point in the history
  • Loading branch information
fflorent committed Mar 6, 2024
1 parent b11df3d commit aa26502
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions tests.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit aa26502

Please sign in to comment.