Skip to content

Commit

Permalink
update PHP version and ran update.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Smankusors authored and LeoColomb committed Apr 30, 2020
1 parent 72f24c9 commit fe07662
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
version: [1.7.3]
version: [1.7.9]
variant: [fpm-alpine, fpm, apache]
steps:
- uses: actions/checkout@v1
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.template
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM php:7.2-%%VARIANT%%
FROM php:7.4-%%VARIANT%%

# install the PHP extensions we need
RUN set -eux; \
Expand Down
2 changes: 1 addition & 1 deletion apache/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM php:7.2-apache
FROM php:7.4-apache

# install the PHP extensions we need
RUN set -eux; \
Expand Down
2 changes: 1 addition & 1 deletion fpm-alpine/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM php:7.2-fpm-alpine
FROM php:7.4-fpm-alpine

# install the PHP extensions we need
RUN set -eux; \
Expand Down
2 changes: 1 addition & 1 deletion fpm/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM php:7.2-fpm
FROM php:7.4-fpm

# install the PHP extensions we need
RUN set -eux; \
Expand Down

0 comments on commit fe07662

Please sign in to comment.