diff options
| author | Geremia Taglialatela <[email protected]> | 2022-12-29 11:53:54 +0100 |
|---|---|---|
| committer | Geremia Taglialatela <[email protected]> | 2023-03-26 18:45:10 +0200 |
| commit | 6993840648b03aac28b88a3bf20fc66e7d9bf068 (patch) | |
| tree | 0f0befbca6008a9170ad98b3c33708534c288b3b /.github | |
| parent | c5ddbe7cd9bb15e8b247e6b5a5e359d02dd5b9fe (diff) | |
| download | caxlsx-6993840648b03aac28b88a3bf20fc66e7d9bf068.tar.gz caxlsx-6993840648b03aac28b88a3bf20fc66e7d9bf068.zip | |
Test against Ruby 3.2 and JRuby 9.4
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/test.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a5beb68a..e8bcb473 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -25,8 +25,10 @@ jobs: - 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 steps: - uses: actions/checkout@v2 |
