Skip to content

Commit ad41f0b

Browse files
authored
ci: add tests for PHP 8.5 (#164)
* ci: add tests for PHP 8.5 * Update GitHub Actions checkout action version
1 parent bb426fc commit ad41f0b

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/test.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,14 @@ 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:
63-
- uses: actions/checkout@v4
68+
- uses: actions/checkout@v6
6469

6570
- name: Cache Docker Image
6671
id: cache-docker-image

0 commit comments

Comments
 (0)