Skip to content

Commit

Permalink
Merge pull request #1 from OpenMage/master
Browse files Browse the repository at this point in the history
uplink from main repo
  • Loading branch information
mautz-et-tong authored May 17, 2021
2 parents e476c45 + c5a9940 commit a97adf1
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/workflows/php-7.2.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: "7.2"
on:
workflow_dispatch:
push:
branches:
- master
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/php-7.3.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: "7.3"
on:
workflow_dispatch:
push:
branches:
- master
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/php-7.4.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: "7.4"
on:
workflow_dispatch:
push:
branches:
- master
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/php-8.0.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: "8.0"
on:
workflow_dispatch:
push:
branches:
- master
Expand Down
2 changes: 1 addition & 1 deletion src/7.2/src/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ RUN set -xe; \
/usr/local/bin/docker-layer-clean

ARG PHP_EXT_BLACKFIRE_VERSION="1.45.1"
ARG PHP_EXT_NEWRELIC_VERSION="9.16.0.295"
ARG PHP_EXT_NEWRELIC_VERSION="9.17.1.301"
ARG PHP_EXT_TIDEWAYS_VERSION="5.3.8"

## configure php extensions
Expand Down
2 changes: 1 addition & 1 deletion src/7.3/src/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ RUN set -xe; \
/usr/local/bin/docker-layer-clean

ARG PHP_EXT_BLACKFIRE_VERSION="1.45.1"
ARG PHP_EXT_NEWRELIC_VERSION="9.16.0.295"
ARG PHP_EXT_NEWRELIC_VERSION="9.17.1.301"
ARG PHP_EXT_TIDEWAYS_VERSION="5.3.8"

## configure php extensions
Expand Down
2 changes: 1 addition & 1 deletion src/7.4/src/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ RUN set -xe; \
/usr/local/bin/docker-layer-clean

ARG PHP_EXT_BLACKFIRE_VERSION="1.45.1"
ARG PHP_EXT_NEWRELIC_VERSION="9.16.0.295"
ARG PHP_EXT_NEWRELIC_VERSION="9.17.1.301"
ARG PHP_EXT_TIDEWAYS_VERSION="5.3.8"

## configure php extensions
Expand Down
2 changes: 1 addition & 1 deletion src/8.0/src/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ RUN set -xe; \
/usr/local/bin/docker-layer-clean

ARG PHP_EXT_BLACKFIRE_VERSION="1.45.1"
ARG PHP_EXT_NEWRELIC_VERSION="9.16.0.295"
ARG PHP_EXT_NEWRELIC_VERSION="9.17.1.301"
ARG PHP_EXT_TIDEWAYS_VERSION="5.3.8"

## configure php extensions
Expand Down

0 comments on commit a97adf1

Please sign in to comment.