Skip to content

Commit 8d34901

Browse files
committed
Update ruby version in publish and integration tests
1 parent 69f1e24 commit 8d34901

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci-cd.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
fail-fast: false
5151
matrix:
5252
ruby-version: [
53-
"2.7", "3.1"
53+
"3.1", "3.4"
5454
]
5555
os: [
5656
ubuntu-latest,
@@ -61,7 +61,7 @@ jobs:
6161
steps:
6262
- uses: actions/checkout@v4
6363
- name: Set up ruby ${{ matrix.ruby-version }}
64-
uses: actions/setup-ruby@v1
64+
uses: ruby/setup-ruby@v1
6565
with:
6666
ruby-version: ${{ matrix.ruby-version }}
6767
bundler-cache: true
@@ -83,10 +83,10 @@ jobs:
8383
runs-on: ubuntu-latest
8484
steps:
8585
- uses: actions/checkout@v3
86-
- name: Set up Ruby 2.7
86+
- name: Set up Ruby 3.4
8787
uses: ruby/setup-ruby@v1
8888
with:
89-
ruby-version: 2.7
89+
ruby-version: 3.4
9090
- name: Check if properly tagged
9191
run: |
9292
PACKAGE_VERSION="$(ruby -e 'puts Gem::Specification::load("tinify.gemspec").version')";

0 commit comments

Comments
 (0)