Skip to content

Commit a97adf1

Browse files
author
Andreas Mautz
authored
Merge pull request #1 from OpenMage/master
uplink from main repo
2 parents e476c45 + c5a9940 commit a97adf1

File tree

8 files changed

+8
-4
lines changed

8 files changed

+8
-4
lines changed

.github/workflows/php-7.2.yml

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
name: "7.2"
22
on:
3+
workflow_dispatch:
34
push:
45
branches:
56
- master

.github/workflows/php-7.3.yml

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
name: "7.3"
22
on:
3+
workflow_dispatch:
34
push:
45
branches:
56
- master

.github/workflows/php-7.4.yml

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
name: "7.4"
22
on:
3+
workflow_dispatch:
34
push:
45
branches:
56
- master

.github/workflows/php-8.0.yml

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
name: "8.0"
22
on:
3+
workflow_dispatch:
34
push:
45
branches:
56
- master

src/7.2/src/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ RUN set -xe; \
121121
/usr/local/bin/docker-layer-clean
122122

123123
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"
125125
ARG PHP_EXT_TIDEWAYS_VERSION="5.3.8"
126126

127127
## configure php extensions

src/7.3/src/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ RUN set -xe; \
121121
/usr/local/bin/docker-layer-clean
122122

123123
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"
125125
ARG PHP_EXT_TIDEWAYS_VERSION="5.3.8"
126126

127127
## configure php extensions

src/7.4/src/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ RUN set -xe; \
122122
/usr/local/bin/docker-layer-clean
123123

124124
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"
126126
ARG PHP_EXT_TIDEWAYS_VERSION="5.3.8"
127127

128128
## configure php extensions

src/8.0/src/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ RUN set -xe; \
122122
/usr/local/bin/docker-layer-clean
123123

124124
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"
126126
ARG PHP_EXT_TIDEWAYS_VERSION="5.3.8"
127127

128128
## configure php extensions

0 commit comments

Comments
 (0)