Skip to content

Commit ff57171

Browse files
phpstan-botclaude
authored andcommitted
Add PHP 8.5 to CI build matrix
Add PHP 8.5 to the lint, tests, and static-analysis job matrices in build.yml to ensure the library is tested across all PHP versions from 7.4 to 8.5. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 9b259c7 commit ff57171

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"
@@ -95,6 +96,7 @@ jobs:
9596
- "8.2"
9697
- "8.3"
9798
- "8.4"
99+
- "8.5"
98100
dependencies:
99101
- "lowest"
100102
- "highest"
@@ -134,6 +136,7 @@ jobs:
134136
- "8.2"
135137
- "8.3"
136138
- "8.4"
139+
- "8.5"
137140

138141
steps:
139142
- name: "Checkout"

0 commit comments

Comments
 (0)