Skip to content
This repository was archived by the owner on Mar 18, 2026. It is now read-only.

Commit 8d8812a

Browse files
committed
chore(deps): update dependency ruby to v3.4.4
1 parent 1e8189b commit 8d8812a

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,11 @@ on:
77

88
jobs:
99
test:
10-
if: "!contains(github.event.head_commit.message, '[ci-skip]')"
1110
runs-on: "ubuntu-latest"
1211
strategy:
1312
fail-fast: false
1413
matrix:
15-
ruby_version: ["2.7", "3.0", "3.2", "3.3"]
14+
ruby_version: ["3.2", "3.3", "3.4"]
1615
steps:
1716
- uses: actions/checkout@v3
1817
- uses: ruby/setup-ruby@v1

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.2
1+
3.4.4

0 commit comments

Comments
 (0)