From 20f2a49a3dc2820920fd3a7e906d89ead1307eac Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Sun, 16 Jun 2024 13:33:35 -0400 Subject: [PATCH] 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 --- .github/workflows/main.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7cea341..a379448 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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 diff --git a/README.md b/README.md index 4c8a678..46a3492 100644 --- a/README.md +++ b/README.md @@ -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`)