Skip to content

Commit a12a6a8

Browse files
phpstan-botclaude
authored andcommitted
Add PHP 8.5 to CI matrix for lint, tests, and static analysis
Include PHP 8.5 in the build matrix for all relevant CI jobs (lint, tests, static-analysis) to ensure the extension is tested against the full range of supported PHP versions from 7.4 to 8.5. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent f21225b commit a12a6a8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
- "8.2"
2323
- "8.3"
2424
- "8.4"
25+
- "8.5"
2526

2627
steps:
2728
- name: "Checkout"
@@ -94,6 +95,7 @@ jobs:
9495
- "8.2"
9596
- "8.3"
9697
- "8.4"
98+
- "8.5"
9799
dependencies:
98100
- "lowest"
99101
- "highest"
@@ -133,6 +135,7 @@ jobs:
133135
- "8.2"
134136
- "8.3"
135137
- "8.4"
138+
- "8.5"
136139
dependencies:
137140
- "lowest"
138141
- "highest"

0 commit comments

Comments
 (0)