We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a82eb4 commit 9ca8fb0Copy full SHA for 9ca8fb0
run-tests.sh
@@ -55,14 +55,14 @@ if [ "$#" -eq 2 ]; then
55
else
56
# Run tests for all supported PHP 7 / PowerDNS 4 combinations.
57
for phpversion in {3..4}; do
58
- for pdnsversion in {2..7}; do
+ for pdnsversion in {2..9}; do
59
run "7.$phpversion" "4.$pdnsversion"
60
done
61
RESULTS="$RESULTS\n"
62
63
# Run tests for all supported PHP 8 / PowerDNS 4 combinations.
64
for phpversion in {0..3}; do
65
66
run "8.$phpversion" "4.$pdnsversion"
67
68
0 commit comments