Skip to content

Commit

Permalink
Upgrade the tests for the current version of Ninja (#24)
Browse files Browse the repository at this point in the history
* Upgrade the tests for the current version of Ninja

*  #20 did not update the GitHub Action test to match https://github.com/ninja-build/ninja/releases

* README.md: The default version of Ninja is 1.11.1

---------

Co-authored-by: Sean Middleditch <sean.middleditch@gmail.com>
  • Loading branch information
cclauss and seanmiddleditch authored Jun 16, 2024
1 parent 165810d commit 20f2a49
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Supports Windows, Linux, and macOS.

Inputs:

- `version`: Version of ninja to install (default: 1.10.2)
- `version`: Version of ninja to install (default: 1.11.1)
- `platform`: Override platform detection logic
- `destination`: Target directory for download, added to `PATH`
(default: `${GITHUB_WORKSPACE}/ninja-build`)
Expand Down

0 comments on commit 20f2a49

Please sign in to comment.