Skip to content

Commit 1b9361f

Browse files
committed
build php8.5 without xdebug
1 parent 9ec6096 commit 1b9361f

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,15 @@ 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' ]
2626
extensions: [ 'pcntl xdebug zip intl bcmath rdkafka pdo_pgsql pdo_mysql gd opentelemetry' ]
27+
include:
28+
- platform: linux/arm64
29+
version: 8.5
30+
extensions: pcntl zip intl bcmath rdkafka pdo_pgsql pdo_mysql gd opentelemetry
31+
- platform: linux/amd64
32+
version: 8.5
33+
extensions: pcntl zip intl bcmath rdkafka pdo_pgsql pdo_mysql gd opentelemetry
2734

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

0 commit comments

Comments
 (0)