From 8bfdcd6a40e2a1902c24394ac3ea93395206b055 Mon Sep 17 00:00:00 2001 From: Michael <2701605+michaelblyons@users.noreply.github.com> Date: Sun, 24 Aug 2025 14:50:14 -0400 Subject: [PATCH] Test oldest supported ST version If we claim to support 3092 with this tag series, let's check it. --- .github/workflows/syntax.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/syntax.yml b/.github/workflows/syntax.yml index dde886c..ce06f4e 100644 --- a/.github/workflows/syntax.yml +++ b/.github/workflows/syntax.yml @@ -27,8 +27,10 @@ jobs: packages: master - build: 'stable' packages: binary + - build: 'v3092' + packages: binary steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - uses: SublimeText/syntax-test-action@v2 with: build: ${{ matrix.build }}