diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2022-06-23 13:02:05 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-06-23 13:02:05 -0600 |
| commit | 0166f33cd712ed2731111db4d274b0a8fc2019c4 (patch) | |
| tree | ec87ebadcd8df318d23a07b66df87c2a83f0fed6 /.github/workflows | |
| parent | de8298e20ee98ba94d412a8f367a97140f168f6c (diff) | |
resolves #2255 interpret start-at theme keys with value 1 correctly (PR #2256)
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/ci.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9fa1bc20..f9e3923a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -54,6 +54,9 @@ jobs: # remove 3.1 on ubuntu-latest to mark as primary - os: ubuntu-latest ruby: '3.1' + # jruby-9.3 on windows-latest is currently broken in GitHub Actions + - os: windows-latest + ruby: jruby-9.3 include: - os: ubuntu-latest ruby: jruby-9.2 |
