Skip to content

Commit

Permalink
Merge pull request #19 from patchlevel/php84
Browse files Browse the repository at this point in the history
add php 8.4
  • Loading branch information
DavidBadura authored Nov 25, 2024
2 parents 6a67804 + 9189321 commit 2d46242
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ jobs:
matrix:
version: [ '8.0', '8.1', '8.2', '8.3' ]
extensions: [ 'pcntl xdebug zip intl bcmath rdkafka pdo_pgsql pdo_mysql gd' ]
include:
- version: "8.4"
extensions: "pcntl zip intl bcmath pdo_pgsql pdo_mysql"

runs-on: ubuntu-latest

Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ alias php80='docker run --rm -it --volume $PWD:/app -w /app ghcr.io/patchlevel/p
alias php81='docker run --rm -it --volume $PWD:/app -w /app ghcr.io/patchlevel/php:8.1'
alias php82='docker run --rm -it --volume $PWD:/app -w /app ghcr.io/patchlevel/php:8.2'
alias php83='docker run --rm -it --volume $PWD:/app -w /app ghcr.io/patchlevel/php:8.3'
alias php84='docker run --rm -it --volume $PWD:/app -w /app ghcr.io/patchlevel/php:8.4'
```

0 comments on commit 2d46242

Please sign in to comment.