Skip to content

Commit

Permalink
Upgrade to PHP 7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
fabian committed Feb 26, 2024
1 parent 50b4f53 commit df4c964
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:

strategy:
matrix:
php: ['5.6', '7.0', '7.3']
php: ['5.6', '7.0', '7.3', '7.4']

runs-on: ubuntu-latest

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM php:7.3-apache
FROM php:7.4-apache

RUN DEBIAN_FRONTEND=noninteractive \
apt-get update && \
Expand Down

0 comments on commit df4c964

Please sign in to comment.