diff options
| author | Zsolt Kozaroczy <[email protected]> | 2023-04-12 16:55:54 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-04-12 16:55:54 +0200 |
| commit | 92a38e44ca78f013dda583f3db2c7721e6e2a8c7 (patch) | |
| tree | 421c0411564b786d97d002d31b4817bc1b14a082 /.github | |
| parent | 4643fbded250a02191f0e652618ee23fcf26c8b6 (diff) | |
| parent | 24cc40cc2db0b43b0b897e8d1d0a65549e958b3e (diff) | |
| download | caxlsx-92a38e44ca78f013dda583f3db2c7721e6e2a8c7.tar.gz caxlsx-92a38e44ca78f013dda583f3db2c7721e6e2a8c7.zip | |
Merge pull request #178 from tagliala/chore/improve-ci-workflow
Improve CI workflow
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/test.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a5beb68a..b080211a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -25,11 +25,13 @@ 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 + - uses: actions/checkout@v3 - name: Install ruby uses: ruby/setup-ruby@v1 |
