Skip to content

Commit 9b5ed18

Browse files
committed
Test both versions only with libFuzzer
1 parent 528c762 commit 9b5ed18

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

.github/workflows/dotnet.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,14 @@ jobs:
1111
AFL:
1212
runs-on: ubuntu-latest
1313

14-
strategy:
15-
matrix:
16-
dotnet-version: [8.0, 9.0]
14+
env:
15+
dotnet-version: 9.0
1716

1817
steps:
1918
- uses: actions/checkout@v4
2019
- uses: actions/setup-dotnet@v4
2120
with:
22-
dotnet-version: ${{ matrix.dotnet-version }}
21+
dotnet-version: ${{ env.dotnet-version }}
2322
- name: Install AFL
2423
run: ./scripts/install.sh
2524
- name: Disable core dumps
@@ -33,7 +32,7 @@ jobs:
3332

3433
strategy:
3534
matrix:
36-
dotnet-version: [8.0, 9.0]
35+
dotnet-version: ["8.0", "9.0"]
3736

3837
steps:
3938
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)