diff options
| author | Stefan <[email protected]> | 2023-04-27 18:03:35 +0200 |
|---|---|---|
| committer | Stefan <[email protected]> | 2023-04-27 18:03:35 +0200 |
| commit | d2d1d6e6b897b73aea408dc4fbcba3d08acf020a (patch) | |
| tree | b035d4bc0e0e77f11070e616b8d33d6faca5e83f /.github | |
| parent | 3399d667294716e03072f94da3e0976465ac8445 (diff) | |
| download | caxlsx-d2d1d6e6b897b73aea408dc4fbcba3d08acf020a.tar.gz caxlsx-d2d1d6e6b897b73aea408dc4fbcba3d08acf020a.zip | |
Drop support for Ruby < 2.7
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/test.yml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6c3c8153..f2c7a3d4 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -18,10 +18,6 @@ jobs: fail-fast: false matrix: include: - - ruby: 2.3 - - ruby: 2.4 - - ruby: 2.5 - - 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 |
