File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66ARG PHP_VERSION=7.2
77FROM chekote/behat3.4:php$PHP_VERSION
88
9- ENV MIN_PHP_VERSION '5.3.3'
9+ ENV MIN_PHP_VERSION= '5.3.3'
1010
1111RUN set -eu; \
1212 #
Original file line number Diff line number Diff line change 66ARG PHP_VERSION=7.2
77FROM chekote/composer:php$PHP_VERSION
88
9- ENV MIN_PHP_VERSION '5.3.3'
9+ ENV MIN_PHP_VERSION= '5.3.3'
1010
1111RUN set -eu; \
1212 #
Original file line number Diff line number Diff line change 66ARG PHP_VERSION=7.2
77FROM chekote/php:${PHP_VERSION}
88
9- ENV MIN_PHP_VERSION '5.3.2'
9+ ENV MIN_PHP_VERSION= '5.3.2'
1010
1111RUN set -eu; \
1212 #
Original file line number Diff line number Diff line change 66ARG PHP_VERSION=8.1
77FROM chekote/composer:php$PHP_VERSION
88
9- ENV SUPPORTED_LARAVEL_VERSION '10.x'
10- ENV MIN_PHP_VERSION '8.1'
11- ENV MAX_PHP_VERSION '8.3.999'
9+ ENV SUPPORTED_LARAVEL_VERSION= '10.x'
10+ ENV MIN_PHP_VERSION= '8.1'
11+ ENV MAX_PHP_VERSION= '8.3.999'
1212
1313RUN set -eu; \
1414 #
Original file line number Diff line number Diff line change 66ARG PHP_VERSION=8.2
77FROM chekote/composer:php$PHP_VERSION
88
9- ENV SUPPORTED_LARAVEL_VERSION '11.x'
10- ENV MIN_PHP_VERSION '8.2'
11- ENV MAX_PHP_VERSION '8.3.999'
9+ ENV SUPPORTED_LARAVEL_VERSION= '11.x'
10+ ENV MIN_PHP_VERSION= '8.2'
11+ ENV MAX_PHP_VERSION= '8.3.999'
1212
1313RUN set -eu; \
1414 #
Original file line number Diff line number Diff line change 66ARG PHP_VERSION=7.4
77FROM chekote/composer:php$PHP_VERSION
88
9- ENV SUPPORTED_LARAVEL_VERSION '8.x'
10- ENV MIN_PHP_VERSION '7.3'
11- ENV MAX_PHP_VERSION '8.1.999'
9+ ENV SUPPORTED_LARAVEL_VERSION= '8.x'
10+ ENV MIN_PHP_VERSION= '7.3'
11+ ENV MAX_PHP_VERSION= '8.1.999'
1212
1313RUN set -eu; \
1414 #
Original file line number Diff line number Diff line change 66ARG PHP_VERSION=8.0
77FROM chekote/composer:php$PHP_VERSION
88
9- ENV SUPPORTED_LARAVEL_VERSION '9.x'
10- ENV MIN_PHP_VERSION '8.0'
11- ENV MAX_PHP_VERSION '8.2.999'
9+ ENV SUPPORTED_LARAVEL_VERSION= '9.x'
10+ ENV MIN_PHP_VERSION= '8.0'
11+ ENV MAX_PHP_VERSION= '8.2.999'
1212
1313RUN set -eu; \
1414 #
Original file line number Diff line number Diff line change 66ARG PHP_VERSION=8.1
77FROM chekote/composer:php$PHP_VERSION
88
9- ENV MIN_PHP_VERSION '8.1'
9+ ENV MIN_PHP_VERSION= '8.1'
1010
1111RUN set -eu; \
1212 #
Original file line number Diff line number Diff line change 66ARG PHP_VERSION=8.2
77FROM chekote/composer:php$PHP_VERSION
88
9- ENV MIN_PHP_VERSION '8.2'
9+ ENV MIN_PHP_VERSION= '8.2'
1010
1111RUN set -eu; \
1212 #
Original file line number Diff line number Diff line change 66ARG PHP_VERSION=7.4
77FROM chekote/composer:php$PHP_VERSION
88
9- ENV MIN_PHP_VERSION '7.2'
9+ ENV MIN_PHP_VERSION= '7.2'
1010
1111RUN set -eu; \
1212 #
You can’t perform that action at this time.
0 commit comments