Skip to content

Commit 64e9256

Browse files
committed
Remove PHP version detection
1 parent d9475e6 commit 64e9256

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

docker/debian9/run.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
#!/bin/bash
2-
PHP=$(php -r 'echo explode("-",phpversion())[0];')
32
echo "================================================"
4-
echo " Debian 9 (PHP $PHP)"
3+
echo " Debian 9 (PHP 7.0)"
54
echo "================================================"
65

76
echo -n "[1/4] Starting MariaDB 10.1 ..... "

docker/ubuntu16/run.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
#!/bin/bash
2-
PHP=$(php -r 'echo explode("-",phpversion())[0];')
32
echo "================================================"
4-
echo " Ubuntu 16.04 (PHP $PHP)"
3+
echo " Ubuntu 16.04 (PHP 7.0)"
54
echo "================================================"
65

76
echo -n "[1/4] Starting MariaDB 10.0 ..... "

docker/ubuntu18/run.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
#!/bin/bash
2-
PHP=$(php -r 'echo explode("-",phpversion())[0];')
32
echo "================================================"
4-
echo " Ubuntu 18.04 (PHP $PHP)"
3+
echo " Ubuntu 18.04 (PHP 7.2)"
54
echo "================================================"
65

76
echo -n "[1/4] Starting MySQL 5.7 ........ "

0 commit comments

Comments
 (0)