File tree Expand file tree Collapse file tree 11 files changed +18
-18
lines changed Expand file tree Collapse file tree 11 files changed +18
-18
lines changed Original file line number Diff line number Diff line change 6
6
ARG PHP_VERSION=7.2
7
7
FROM chekote/behat3.4:php$PHP_VERSION
8
8
9
- ENV MIN_PHP_VERSION '5.3.3'
9
+ ENV MIN_PHP_VERSION= '5.3.3'
10
10
11
11
RUN set -eu; \
12
12
#
Original file line number Diff line number Diff line change 6
6
ARG PHP_VERSION=7.2
7
7
FROM chekote/composer:php$PHP_VERSION
8
8
9
- ENV MIN_PHP_VERSION '5.3.3'
9
+ ENV MIN_PHP_VERSION= '5.3.3'
10
10
11
11
RUN set -eu; \
12
12
#
Original file line number Diff line number Diff line change 6
6
ARG PHP_VERSION=7.2
7
7
FROM chekote/php:${PHP_VERSION}
8
8
9
- ENV MIN_PHP_VERSION '5.3.2'
9
+ ENV MIN_PHP_VERSION= '5.3.2'
10
10
11
11
RUN set -eu; \
12
12
#
Original file line number Diff line number Diff line change 6
6
ARG PHP_VERSION=8.1
7
7
FROM chekote/composer:php$PHP_VERSION
8
8
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'
12
12
13
13
RUN set -eu; \
14
14
#
Original file line number Diff line number Diff line change 6
6
ARG PHP_VERSION=8.2
7
7
FROM chekote/composer:php$PHP_VERSION
8
8
9
- ENV SUPPORTED_LARAVEL_VERSION '11.x'
10
- ENV MIN_PHP_VERSION '8.2'
9
+ ENV SUPPORTED_LARAVEL_VERSION= '11.x'
10
+ ENV MIN_PHP_VERSION= '8.2'
11
11
12
12
RUN set -eu; \
13
13
#
Original file line number Diff line number Diff line change 6
6
ARG PHP_VERSION=7.4
7
7
FROM chekote/composer:php$PHP_VERSION
8
8
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'
12
12
13
13
RUN set -eu; \
14
14
#
Original file line number Diff line number Diff line change 6
6
ARG PHP_VERSION=8.0
7
7
FROM chekote/composer:php$PHP_VERSION
8
8
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'
12
12
13
13
RUN set -eu; \
14
14
#
Original file line number Diff line number Diff line change 6
6
ARG PHP_VERSION=8.1
7
7
FROM chekote/composer:php$PHP_VERSION
8
8
9
- ENV MIN_PHP_VERSION '8.1'
9
+ ENV MIN_PHP_VERSION= '8.1'
10
10
11
11
RUN set -eu; \
12
12
#
Original file line number Diff line number Diff line change 6
6
ARG PHP_VERSION=8.2
7
7
FROM chekote/composer:php$PHP_VERSION
8
8
9
- ENV MIN_PHP_VERSION '8.2'
9
+ ENV MIN_PHP_VERSION= '8.2'
10
10
11
11
RUN set -eu; \
12
12
#
Original file line number Diff line number Diff line change 6
6
ARG PHP_VERSION=7.4
7
7
FROM chekote/composer:php$PHP_VERSION
8
8
9
- ENV MIN_PHP_VERSION '7.2'
9
+ ENV MIN_PHP_VERSION= '7.2'
10
10
11
11
RUN set -eu; \
12
12
#
You can’t perform that action at this time.
0 commit comments