Skip to content

Commit

Permalink
feat: add support PHP 8.4 (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
rhrebecek authored Sep 9, 2024
1 parent c87b7e7 commit 89bd726
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/commitlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ jobs:
- uses: actions/checkout@v4
- uses: wagoid/commitlint-github-action@v6
with:
configFile: './.commitlintrc.json'
configFile: '.commitlintrc.json'
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
FROM php:8.3-fpm
FROM php:8.4.0beta4-fpm

ARG TIMEZONE="Europe/Prague"

LABEL maintainer="radek.hrebecek@pits.cz"
LABEL org.opencontainers.image.source = "https://github.com/PiTScz/docker-php"
LABEL org.opencontainers.image.source="https://github.com/PiTScz/docker-php"

COPY config/php.ini /usr/local/etc/php/conf.d/docker-php-config.ini

Expand Down
5 changes: 3 additions & 2 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@
Only the latest version will be supported and receive security updates.

| Version | Supported |
| ------- | ------------------ |
| 8.2.x | :white_check_mark: |
|---------|--------------------|
| 8.2.x | :x: |
| 8.3.x | :white_check_mark: |
| 8.4.x | :white_check_mark: |

## Reporting a Vulnerability

Expand Down

0 comments on commit 89bd726

Please sign in to comment.