Skip to content

Commit 130b7a9

Browse files
authored
fix workflow (via #6)
1 parent b2b97b7 commit 130b7a9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,10 @@ jobs:
5757
${{ matrix.composer-options }}
5858

5959
- name: Run tests
60+
if: ${{ matrix.php-version != '8.1' }}
61+
run: composer test
62+
63+
- name: Run tests (experimental)
64+
if: ${{ matrix.php-version == '8.1' }}
65+
continue-on-error: true
6066
run: composer test

0 commit comments

Comments
 (0)