Skip to content

Commit 3ed2ac7

Browse files
committed
Test PHP 8.5
1 parent 9a0ee8f commit 3ed2ac7

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/extension-tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ jobs:
5454
- "8.2"
5555
- "8.3"
5656
- "8.4"
57+
- "8.5"
5758
extension-name:
5859
- "phpstan-phpunit"
5960
- "phpstan-strict-rules"
@@ -71,6 +72,8 @@ jobs:
7172
php-version: "8.3"
7273
- extension-name: "phpstan-doctrine"
7374
php-version: "8.4"
75+
- extension-name: "phpstan-doctrine"
76+
php-version: "8.5"
7477

7578
steps:
7679
- name: "Checkout"

.github/workflows/tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ jobs:
3636
- "8.2"
3737
- "8.3"
3838
- "8.4"
39+
- "8.5"
3940
operating-system: [ubuntu-latest, windows-latest]
4041

4142
steps:

0 commit comments

Comments
 (0)