Skip to content

Commit

Permalink
Upgrade the tests for the current version of Ninja
Browse files Browse the repository at this point in the history
*  seanmiddleditch#20 did not update the GitHub Action test to match https://github.com/ninja-build/ninja/releases
  • Loading branch information
cclauss authored Mar 15, 2024
1 parent 8b29707 commit 02c1ba2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
image: [ 'windows-latest', 'ubuntu-latest', 'macos-latest' ]
version: [ '1.9.0', '1.10.2' ]
version: [ '1.9.0', '1.10.2', '1.11.1' ]

steps:
- uses: actions/checkout@master
Expand Down

0 comments on commit 02c1ba2

Please sign in to comment.