Commit a97adf1 Andreas Mautz
authored
File tree 8 files changed +8
-4
lines changed
8 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 1
1
name : " 7.2"
2
2
on :
3
+ workflow_dispatch :
3
4
push :
4
5
branches :
5
6
- master
Original file line number Diff line number Diff line change 1
1
name : " 7.3"
2
2
on :
3
+ workflow_dispatch :
3
4
push :
4
5
branches :
5
6
- master
Original file line number Diff line number Diff line change 1
1
name : " 7.4"
2
2
on :
3
+ workflow_dispatch :
3
4
push :
4
5
branches :
5
6
- master
Original file line number Diff line number Diff line change 1
1
name : " 8.0"
2
2
on :
3
+ workflow_dispatch :
3
4
push :
4
5
branches :
5
6
- master
Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ RUN set -xe; \
121
121
/usr/local/bin/docker-layer-clean
122
122
123
123
ARG PHP_EXT_BLACKFIRE_VERSION="1.45.1"
124
- ARG PHP_EXT_NEWRELIC_VERSION="9.16.0.295 "
124
+ ARG PHP_EXT_NEWRELIC_VERSION="9.17.1.301 "
125
125
ARG PHP_EXT_TIDEWAYS_VERSION="5.3.8"
126
126
127
127
# # configure php extensions
Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ RUN set -xe; \
121
121
/usr/local/bin/docker-layer-clean
122
122
123
123
ARG PHP_EXT_BLACKFIRE_VERSION="1.45.1"
124
- ARG PHP_EXT_NEWRELIC_VERSION="9.16.0.295 "
124
+ ARG PHP_EXT_NEWRELIC_VERSION="9.17.1.301 "
125
125
ARG PHP_EXT_TIDEWAYS_VERSION="5.3.8"
126
126
127
127
# # configure php extensions
Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ RUN set -xe; \
122
122
/usr/local/bin/docker-layer-clean
123
123
124
124
ARG PHP_EXT_BLACKFIRE_VERSION="1.45.1"
125
- ARG PHP_EXT_NEWRELIC_VERSION="9.16.0.295 "
125
+ ARG PHP_EXT_NEWRELIC_VERSION="9.17.1.301 "
126
126
ARG PHP_EXT_TIDEWAYS_VERSION="5.3.8"
127
127
128
128
# # configure php extensions
Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ RUN set -xe; \
122
122
/usr/local/bin/docker-layer-clean
123
123
124
124
ARG PHP_EXT_BLACKFIRE_VERSION="1.45.1"
125
- ARG PHP_EXT_NEWRELIC_VERSION="9.16.0.295 "
125
+ ARG PHP_EXT_NEWRELIC_VERSION="9.17.1.301 "
126
126
ARG PHP_EXT_TIDEWAYS_VERSION="5.3.8"
127
127
128
128
# # configure php extensions
You can’t perform that action at this time.
0 commit comments