Skip to content

Commit 7d29ae6

Browse files
committed
Update ruby version in ci
1 parent a5af23d commit 7d29ae6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,19 @@ name: CI
22
on:
33
pull_request:
44
branches:
5-
- '*'
5+
- "*"
66

77
push:
88
branches:
9-
- '*'
9+
- "*"
1010

1111
jobs:
1212
test:
1313
runs-on: ubuntu-latest
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
ruby: ['2.7']
17+
ruby: ["3.4.4"]
1818

1919
steps:
2020
- name: Checkout

.tool-versions

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

0 commit comments

Comments
 (0)