Skip to content

Commit 5d0ea75

Browse files
authored
chore: note and prevent dependabot from updating FluentAssertions >=8 (#199)
This leaves a comment in `.csproj`s and adds an explicit exception to the dependabot config not to upgrade FluentAssertions to >=8.0.0, which changes the package's license to paid for commercial uses. This also pins Ubuntu to 22.04, since `mono`, which is a dependency for our tests, is not available on latest 24. See: actions/runner-images#10636 Ref: dequelabs/bass-team#138
2 parents 760c502 + 0be9b69 commit 5d0ea75

File tree

5 files changed

+2698
-1
lines changed

5 files changed

+2698
-1
lines changed

.github/workflows/build-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ on:
1616
jobs:
1717
build-and-test:
1818
name: Build and test
19-
runs-on: ubuntu-latest
19+
runs-on: ubuntu-22.04
2020
timeout-minutes: 20
2121
steps:
2222
- name: Checkout repo

0 commit comments

Comments
 (0)