Skip to content

Commit

Permalink
Test against newer PowerDNS versions
Browse files Browse the repository at this point in the history
  • Loading branch information
trizz authored Oct 1, 2024
1 parent 5a82eb4 commit 9ca8fb0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions run-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,14 +55,14 @@ if [ "$#" -eq 2 ]; then
else
# Run tests for all supported PHP 7 / PowerDNS 4 combinations.
for phpversion in {3..4}; do
for pdnsversion in {2..7}; do
for pdnsversion in {2..9}; do
run "7.$phpversion" "4.$pdnsversion"
done
RESULTS="$RESULTS\n"
done
# Run tests for all supported PHP 8 / PowerDNS 4 combinations.
for phpversion in {0..3}; do
for pdnsversion in {2..7}; do
for pdnsversion in {2..9}; do
run "8.$phpversion" "4.$pdnsversion"
done
RESULTS="$RESULTS\n"
Expand Down

0 comments on commit 9ca8fb0

Please sign in to comment.