Skip to content

Commit 053b315

Browse files
committed
chore(ci): update ruby versions
1 parent 1677dd6 commit 053b315

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
@@ -57,9 +57,7 @@ jobs:
5757
strategy:
5858
fail-fast: false
5959
matrix:
60-
ruby-version: [
61-
"3.1", "3.4"
62-
]
60+
ruby-version: ['3.1', '3.2', '3.3', '3.4', 'jruby']
6361
os: [
6462
ubuntu-latest,
6563
macOS-latest,
@@ -81,6 +79,7 @@ jobs:
8179
TINIFY_KEY: ${{ secrets.TINIFY_KEY }}
8280
run: |
8381
bundle exec rake integration
82+
8483
Publish:
8584
if: |
8685
github.repository == 'tinify/tinify-ruby' &&
@@ -91,10 +90,10 @@ jobs:
9190
runs-on: ubuntu-latest
9291
steps:
9392
- uses: actions/checkout@v3
94-
- name: Set up Ruby 3.4
93+
- name: Setup Ruby
9594
uses: ruby/setup-ruby@v1
9695
with:
97-
ruby-version: 3.4
96+
bundler-cache: true
9897
- name: Check if properly tagged
9998
run: |
10099
PACKAGE_VERSION="$(ruby -e 'puts Gem::Specification::load("tinify.gemspec").version')";

0 commit comments

Comments
 (0)