We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0b51f4 commit dd5416cCopy full SHA for dd5416c
1 file changed
.github/workflows/tests.yml
@@ -19,6 +19,9 @@ jobs:
19
composer-option: ""
20
continue-on-error: false
21
- php-versions: "8.5"
22
+ composer-option: ""
23
+ continue-on-error: false
24
+ - php-versions: "8.6"
25
composer-option: "--ignore-platform-reqs"
26
continue-on-error: true
27
@@ -37,9 +40,7 @@ jobs:
37
40
composer-options: "--prefer-dist --no-progress ${{ matrix.composer-option }}"
38
41
39
42
- name: "Unit + Integration"
- run: "vendor/bin/phpunit" - php-versions: "8.2"
- composer-option: ""
- continue-on-error: false
43
+ run: "vendor/bin/phpunit"
44
45
- name: "Mutation tests"
46
run: "vendor/bin/infection --min-msi=99 --no-progress --threads=5"
0 commit comments