Skip to content

Commit 8b9721e

Browse files
committed
Run tests in PHP 8.2, 8.3, 8.4
1 parent 3da42cc commit 8b9721e

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/workflows/test.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,21 @@ jobs:
4343
RUN_PHPSTAN: true
4444
RUN_PSALM: true
4545
RUN_BENCHMARK: true
46+
- PHP_VERSION: 8.2
47+
CODE_COVERAGE: false
48+
RUN_PHPSTAN: true
49+
RUN_PSALM: true
50+
RUN_BENCHMARK: false
51+
- PHP_VERSION: 8.3
52+
CODE_COVERAGE: false
53+
RUN_PHPSTAN: true
54+
RUN_PSALM: true
55+
RUN_BENCHMARK: false
56+
- PHP_VERSION: 8.4
57+
CODE_COVERAGE: false
58+
RUN_PHPSTAN: true
59+
RUN_PSALM: true
60+
RUN_BENCHMARK: false
4661

4762
steps:
4863
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)