File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ jobs:
120120 strategy:
121121 fail-fast: false
122122 matrix:
123- php: ['7.3 ', '8.0'] # same as in the container
123+ php: ['7.4 ', '8.0'] # same as in the container
124124 symfony_version: ['4.4.*', '5.2.*']
125125 dependencies: ['--prefer-lowest', '--prefer-dist']
126126 rdkafka_action: ['exclude-group', 'group']
Original file line number Diff line number Diff line change @@ -3,11 +3,11 @@ version: '2'
33services:
44 dev:
55 # when image publishing gets sorted:
6- # image: enqueue/dev:${PHP_VERSION}
6+ # image: enqueue/dev:${PHP_VERSION:-7.4 }
77 build:
88 context: docker
99 args:
10- PHP_VERSION: "${PHP_VERSION:-7.3 }"
10+ PHP_VERSION: "${PHP_VERSION:-7.4 }"
1111 depends_on:
1212 - rabbitmq
1313 - mysql
Original file line number Diff line number Diff line change 1- ARG PHP_VERSION=7.3
1+ ARG PHP_VERSION=7.4
22FROM makasim/nginx-php-fpm:${PHP_VERSION}-all-exts
33
44ARG PHP_VERSION
You can’t perform that action at this time.
0 commit comments