Skip to content
This repository was archived by the owner on May 13, 2025. It is now read-only.

Commit 20f2a49

Browse files
Upgrade the tests for the current version of Ninja (#24)
* 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>
1 parent 165810d commit 20f2a49

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
matrix:
1616
image: [ 'windows-latest', 'ubuntu-latest', 'macos-latest' ]
17-
version: [ '1.9.0', '1.10.2' ]
17+
version: [ '1.9.0', '1.10.2', '1.11.1' ]
1818

1919
steps:
2020
- uses: actions/checkout@master

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Supports Windows, Linux, and macOS.
1111

1212
Inputs:
1313

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

0 commit comments

Comments
 (0)