File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ jobs:
120
120
strategy :
121
121
fail-fast : false
122
122
matrix :
123
- php : ['7.3 ', '8.0'] # same as in the container
123
+ php : ['7.4 ', '8.0'] # same as in the container
124
124
symfony_version : ['4.4.*', '5.2.*']
125
125
dependencies : ['--prefer-lowest', '--prefer-dist']
126
126
rdkafka_action : ['exclude-group', 'group']
Original file line number Diff line number Diff line change @@ -3,11 +3,11 @@ version: '2'
3
3
services :
4
4
dev :
5
5
# when image publishing gets sorted:
6
- # image: enqueue/dev:${PHP_VERSION}
6
+ # image: enqueue/dev:${PHP_VERSION:-7.4 }
7
7
build :
8
8
context : docker
9
9
args :
10
- PHP_VERSION : " ${PHP_VERSION:-7.3 }"
10
+ PHP_VERSION : " ${PHP_VERSION:-7.4 }"
11
11
depends_on :
12
12
- rabbitmq
13
13
- mysql
Original file line number Diff line number Diff line change 1
- ARG PHP_VERSION=7.3
1
+ ARG PHP_VERSION=7.4
2
2
FROM makasim/nginx-php-fpm:${PHP_VERSION}-all-exts
3
3
4
4
ARG PHP_VERSION
You can’t perform that action at this time.
0 commit comments