Skip to content

Commit eb4b0be

Browse files
authored
ci: add tests for PHP 8.5
1 parent bb426fc commit eb4b0be

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,11 @@ jobs:
5858
RUN_PHPSTAN: true
5959
RUN_PSALM: false
6060
RUN_BENCHMARK: false
61+
- PHP_VERSION: "8.5"
62+
CODE_COVERAGE: false
63+
RUN_PHPSTAN: true
64+
RUN_PSALM: false
65+
RUN_BENCHMARK: false
6166

6267
steps:
6368
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)