Skip to content

Bump FluentAssertions from 7.0.0 to 8.0.0 #453

Bump FluentAssertions from 7.0.0 to 8.0.0

Bump FluentAssertions from 7.0.0 to 8.0.0 #453

Workflow file for this run

name: SlnUp-PR
on: pull_request
jobs:
build_pr:
name: Build SlnUp
strategy:
max-parallel: 3
fail-fast: false
matrix:
platform: [
{ os: windows, buildAgent: windows-2025 },
{ os: ubuntu, buildAgent: ubuntu-latest },
{ os: macos, buildAgent: macos-14 }
]
uses: ./.github/workflows/workflow_build.yml
secrets: inherit
with:
artifactSuffix: ${{ matrix.platform.os }}
buildAgent: ${{ matrix.platform.buildAgent }}