Skip to content

Commit b1416ee

Browse files
authored
Merge pull request #27 from patchlevel/DanielBadura-patch-1
Add XDebug to PHP 8.5
2 parents 1b9361f + 584caff commit b1416ee

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,8 @@ jobs:
2222
strategy:
2323
matrix:
2424
platform: [ 'linux/amd64', 'linux/arm64' ]
25-
version: [ '8.1', '8.2', '8.3', '8.4' ]
25+
version: [ '8.1', '8.2', '8.3', '8.4', '8.5' ]
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
3427

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

0 commit comments

Comments
 (0)