Skip to content

Commit 3d5b232

Browse files
committed
Test on PHP 8.5
1 parent 74254ad commit 3d5b232

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ name: CI
33
on: [push, pull_request]
44

55
env:
6-
PSALM_PHP_VERSION: "8.4"
7-
COVERAGE_PHP_VERSION: "8.4"
6+
PSALM_PHP_VERSION: "8.5"
7+
COVERAGE_PHP_VERSION: "8.5"
88

99
jobs:
1010
psalm:
@@ -44,6 +44,7 @@ jobs:
4444
- "8.2"
4545
- "8.3"
4646
- "8.4"
47+
- "8.5"
4748
deps:
4849
- "highest"
4950
include:

0 commit comments

Comments
 (0)