Skip to content

Commit ea1e807

Browse files
committed
fix php 8.5 build
1 parent 168f0b6 commit ea1e807

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
strategy:
2323
matrix:
2424
platform: [ 'linux/amd64', 'linux/arm64' ]
25-
version: [ '8.1', '8.2', '8.3', '8.4', '8.5' ]
25+
version: [ '8.1', '8.2', '8.3', '8.4', '8.5-rc' ]
2626
extensions: [ 'pcntl xdebug zip intl bcmath rdkafka pdo_pgsql pdo_mysql gd opentelemetry' ]
2727

2828
runs-on: ${{ startsWith(matrix.platform, 'linux/arm') && 'ubuntu-24.04-arm' || 'ubuntu-24.04' }}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ alias php81='docker run --rm -it --volume $PWD:/app -w /app ghcr.io/patchlevel/p
66
alias php82='docker run --rm -it --volume $PWD:/app -w /app ghcr.io/patchlevel/php:8.2'
77
alias php83='docker run --rm -it --volume $PWD:/app -w /app ghcr.io/patchlevel/php:8.3'
88
alias php84='docker run --rm -it --volume $PWD:/app -w /app ghcr.io/patchlevel/php:8.4'
9-
alias php85='docker run --rm -it --volume $PWD:/app -w /app ghcr.io/patchlevel/php:8.5'
9+
alias php85='docker run --rm -it --volume $PWD:/app -w /app ghcr.io/patchlevel/php:8.5-rc'
1010
```

0 commit comments

Comments
 (0)