Skip to content

Commit 3ac1a62

Browse files
author
Nikhilesh Jasuja
committed
Show php version in docker test matrix
1 parent 25826de commit 3ac1a62

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/test-matrix-docker.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ root_dir="$(cd "$(dirname "${BASH_SOURCE[0]}")/.." && pwd)"
1515

1616
for v in "${versions[@]}"; do
1717
echo "== PHP ${v} =="
18+
docker run --rm -v "${root_dir}":/work -w /work "php:${v}-cli" php -v
1819
docker run --rm -v "${root_dir}":/work -w /work "php:${v}-cli" php run_tests.php
1920
echo ""
2021
done

0 commit comments

Comments
 (0)