Skip to content

Commit

Permalink
Add net9.0 to AoT test matrix
Browse files Browse the repository at this point in the history
Add .NET 9 to the AoT test matrix to try and reproduce #5518.
  • Loading branch information
martincostello committed Apr 8, 2024
1 parent e46a446 commit e35d4bb
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/verifyaotcompat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,18 @@ jobs:
fail-fast: false # ensures the entire test matrix is run, even if one permutation fails
matrix:
os: [ ubuntu-latest ]
version: [ net8.0 ]
version: [ net8.0, net9.0 ]

runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4

- name: Setup dotnet
uses: actions/setup-dotnet@v4
with:
dotnet-version: |
8.0.x
9.0.x
- name: publish AOT testApp, assert static analysis warning count, and run the app
shell: pwsh
Expand Down

0 comments on commit e35d4bb

Please sign in to comment.