diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2020-05-07 23:42:02 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-05-07 23:42:02 -0600 |
| commit | 95785d45fda1ed25e5252bf27542a90eca83d886 (patch) | |
| tree | 7cded295232f7da477dc45d39366f2b4570e5c17 /.github/workflows | |
| parent | 158dde7533fa96dbc6949ba789657340f1fc44c7 (diff) | |
drop unsupported versions of Ruby (Ruby < 2.5 and JRuby < 9.2) (PR #1682)
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2a9c8b54..5a810a14 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ jobs: runs-on: windows-latest strategy: matrix: - ruby: [jruby, '2.7', '2.6', '2.5', '2.4', '2.3'] + ruby: [jruby, '2.7', '2.6', '2.5'] env: PYGMENTS_VERSION: '~> 1.2.0' steps: |
