diff options
| author | Geremia Taglialatela <[email protected]> | 2023-05-03 09:22:49 +0200 |
|---|---|---|
| committer | Geremia Taglialatela <[email protected]> | 2023-05-03 09:22:49 +0200 |
| commit | e7089c59b4da0a09944fcdfe41d0f8886388f875 (patch) | |
| tree | 948c5609a89c797bc89ae0edeac919ddd4a4b933 /.github | |
| parent | d2d1d6e6b897b73aea408dc4fbcba3d08acf020a (diff) | |
| download | caxlsx-e7089c59b4da0a09944fcdfe41d0f8886388f875.tar.gz caxlsx-e7089c59b4da0a09944fcdfe41d0f8886388f875.zip | |
Reintroduce Ruby 2.6 compatibility
The main reason is to allow JRuby 9.3, which is still supported.
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/test.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f2c7a3d4..b63ec71d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -18,11 +18,11 @@ jobs: fail-fast: false matrix: include: + - ruby: 2.6 - ruby: 2.7 - ruby: "3.0" ### must be quoted otherwise will be treated as "3" which resolves to latest 3.x version - ruby: 3.1 - ruby: 3.2 - - ruby: jruby-9.2 - ruby: jruby-9.3 - ruby: jruby-9.4 - ruby: head |
