Skip to content

Commit 4665cd3

Browse files
committed
chore(ci): update ruby versions
1 parent e6f3a90 commit 4665cd3

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/ci-cd.yaml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,7 @@ jobs:
5656
strategy:
5757
fail-fast: false
5858
matrix:
59-
ruby-version: [
60-
"3.1", "3.4"
61-
]
59+
ruby-version: ['3.1', '3.2', '3.3', '3.4', 'jruby']
6260
os: [
6361
ubuntu-latest,
6462
macOS-latest,
@@ -80,6 +78,7 @@ jobs:
8078
TINIFY_KEY: ${{ secrets.TINIFY_KEY }}
8179
run: |
8280
bundle exec rake integration
81+
8382
Publish:
8483
if: |
8584
github.repository == 'tinify/tinify-ruby' &&
@@ -90,10 +89,10 @@ jobs:
9089
runs-on: ubuntu-latest
9190
steps:
9291
- uses: actions/checkout@v3
93-
- name: Set up Ruby 3.4
92+
- name: Setup Ruby
9493
uses: ruby/setup-ruby@v1
9594
with:
96-
ruby-version: 3.4
95+
bundler-cache: true
9796
- name: Check if properly tagged
9897
run: |
9998
PACKAGE_VERSION="$(ruby -e 'puts Gem::Specification::load("tinify.gemspec").version')";

0 commit comments

Comments
 (0)