Skip to content

Commit 444fe03

Browse files
committed
tests
1 parent 1945839 commit 444fe03

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,13 @@ jobs:
3030
RUN_PHPSTAN: 'true'
3131
RUN_PSALM: 'true'
3232
- PHP_VERSION: '8.0'
33-
CODE_COVERAGE: 'true'
34-
RUN_PHPSTAN: 'false'
35-
RUN_PSALM: 'false'
36-
- PHP_VERSION: '8.1'
3733
CODE_COVERAGE: 'true'
3834
RUN_PHPSTAN: 'true'
3935
RUN_PSALM: 'true'
36+
- PHP_VERSION: '8.1'
37+
CODE_COVERAGE: 'true'
38+
RUN_PHPSTAN: 'false'
39+
RUN_PSALM: 'false'
4040

4141
steps:
4242
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)