diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2022-06-27 23:40:22 -0600 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2022-06-27 23:40:22 -0600 |
| commit | c241f5336c287f005c407579bf145f69211da529 (patch) | |
| tree | 137ffda2dbffc886c072d0e3136cbd29fd0ba6ae /.github/workflows | |
| parent | cef78010186a2c141eabf7a016435b6bbedfdba7 (diff) | |
reenable CI build on JRuby 9.3 for Windows
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/ci.yml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f9e3923a..9fa1bc20 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -54,9 +54,6 @@ 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 |
