From 02c1ba2b6145c572754b9daacdac925b7f82952c Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Fri, 15 Mar 2024 10:48:26 +0100 Subject: [PATCH] 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 --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0d98ea7..178f37a 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