From 6c97b745ef403b4bba826b92bbf87ee84100198c Mon Sep 17 00:00:00 2001 From: Eugene Date: Tue, 13 Aug 2024 11:44:23 +0900 Subject: [PATCH] Add latest version to CI (#8) ## Pull request checklist Please check if your PR fulfills the following requirements: - [ ] I have read the [CONTRIBUTING](https://github.com/fabasoad/setup-mark-action/blob/main/CONTRIBUTING.md) doc. - [ ] Tests for the changes have been added (for bug fixes / features). - [ ] Docs have been reviewed and added / updated if needed (for bug fixes / features). ## Pull request type Please check the type of change your PR introduces: - [ ] Bugfix - [ ] Feature - [ ] Code style update (formatting, renaming) - [ ] Refactoring (no functional changes, no api changes) - [ ] Build related changes - [ ] Documentation content changes - [ ] Other (please describe): ## What is the current behavior ## What is the new behavior - - - ## Does this introduce a breaking change - [ ] Yes - [ ] No ## Other information --- Closes #{IssueNumber} --- .github/workflows/functional-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/functional-tests.yml b/.github/workflows/functional-tests.yml index 2796708..43db3b5 100644 --- a/.github/workflows/functional-tests.yml +++ b/.github/workflows/functional-tests.yml @@ -23,7 +23,7 @@ jobs: fail-fast: false matrix: os: ["ubuntu", "macos"] - version: ["latest", "10.0.0", "9.13.0", "9.12.0", "9.11.1", "9.11.0"] + version: ["latest", "10.0.1", "10.0.0", "9.13.0", "9.12.0", "9.11.1"] runs-on: ${{ matrix.os }}-latest steps: - name: Checkout ${{ github.repository }}