Skip to content

Commit 3e7805b

Browse files
Merge pull request #436 from indigolain/test-against-ruby-3-3-in-workflows
Test against ruby verions 3.3 in workflows
2 parents bfe8999 + 9eefed6 commit 3e7805b

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
fetch-depth: 0
3232
- uses: ruby/setup-ruby@v1
3333
with:
34-
ruby-version: "3.2"
34+
ruby-version: "3.3"
3535
bundler-cache: true
3636
- run: ./bin/setup
3737
- run: bundle exec rake check:type
@@ -77,7 +77,7 @@ jobs:
7777
- uses: actions/checkout@v4
7878
- uses: ruby/setup-ruby@v1
7979
with:
80-
ruby-version: "3.2"
80+
ruby-version: "3.3"
8181
bundler-cache: true
8282
- run: ./bin/setup
8383
- run: rake ci:pin_build_manifest
@@ -98,7 +98,6 @@ jobs:
9898
fail-fast: false
9999
matrix:
100100
entry: ${{ fromJson(needs.build-rake-task-matrix.outputs.entries) }}
101-
102101
needs: [build-rake-task-matrix]
103102
runs-on: ubuntu-20.04
104103
steps:
@@ -144,7 +143,7 @@ jobs:
144143
- uses: ruby/setup-ruby@v1
145144
if: ${{ matrix.entry.test != '' }}
146145
with:
147-
ruby-version: "3.2"
146+
ruby-version: "3.3"
148147
bundler-cache: false
149148
- name: rake ${{ matrix.entry.test }}
150149
run: |
@@ -175,7 +174,7 @@ jobs:
175174
registry-url: https://registry.npmjs.org/
176175
- uses: ruby/setup-ruby@v1
177176
with:
178-
ruby-version: "3.2"
177+
ruby-version: "3.3"
179178
bundler-cache: true
180179
- run: ./bin/setup
181180
- run: echo "PREREL_NAME=${{ inputs.prerel_name }}" >> $GITHUB_ENV

0 commit comments

Comments
 (0)