Skip to content

Commit dd5416c

Browse files
Add php 8.6 to test workflow
1 parent b0b51f4 commit dd5416c

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/tests.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ jobs:
1919
composer-option: ""
2020
continue-on-error: false
2121
- php-versions: "8.5"
22+
composer-option: ""
23+
continue-on-error: false
24+
- php-versions: "8.6"
2225
composer-option: "--ignore-platform-reqs"
2326
continue-on-error: true
2427

@@ -37,9 +40,7 @@ jobs:
3740
composer-options: "--prefer-dist --no-progress ${{ matrix.composer-option }}"
3841

3942
- name: "Unit + Integration"
40-
run: "vendor/bin/phpunit" - php-versions: "8.2"
41-
composer-option: ""
42-
continue-on-error: false
43+
run: "vendor/bin/phpunit"
4344

4445
- name: "Mutation tests"
4546
run: "vendor/bin/infection --min-msi=99 --no-progress --threads=5"

0 commit comments

Comments
 (0)