Skip to content

Commit 9ca8fb0

Browse files
authored
Test against newer PowerDNS versions
1 parent 5a82eb4 commit 9ca8fb0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

run-tests.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,14 +55,14 @@ if [ "$#" -eq 2 ]; then
5555
else
5656
# Run tests for all supported PHP 7 / PowerDNS 4 combinations.
5757
for phpversion in {3..4}; do
58-
for pdnsversion in {2..7}; do
58+
for pdnsversion in {2..9}; do
5959
run "7.$phpversion" "4.$pdnsversion"
6060
done
6161
RESULTS="$RESULTS\n"
6262
done
6363
# Run tests for all supported PHP 8 / PowerDNS 4 combinations.
6464
for phpversion in {0..3}; do
65-
for pdnsversion in {2..7}; do
65+
for pdnsversion in {2..9}; do
6666
run "8.$phpversion" "4.$pdnsversion"
6767
done
6868
RESULTS="$RESULTS\n"

0 commit comments

Comments
 (0)