Skip to content

Commit 63f343c

Browse files
committed
Update workflows
1 parent ede5dae commit 63f343c

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ jobs:
1414
- '3.0'
1515
- '3.1'
1616
- '3.2'
17+
- '3.3'
18+
- '3.4'
1719
gemfile:
1820
- rbs1
1921
- rbs2

Gemfile.lock

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ PATH
99
GEM
1010
remote: https://rubygems.org/
1111
specs:
12-
docile (1.4.0)
12+
docile (1.4.1)
1313
logger (1.7.0)
1414
minitest (5.25.5)
1515
prettier_print (1.2.1)
@@ -20,13 +20,14 @@ GEM
2020
docile (~> 1.1)
2121
simplecov-html (~> 0.11)
2222
simplecov_json_formatter (~> 0.1)
23-
simplecov-html (0.12.3)
23+
simplecov-html (0.13.1)
2424
simplecov_json_formatter (0.1.4)
2525
syntax_tree (6.2.0)
2626
prettier_print (>= 1.2.0)
2727

2828
PLATFORMS
2929
arm64-darwin-21
30+
arm64-darwin-23
3031
x86_64-linux
3132

3233
DEPENDENCIES

0 commit comments

Comments
 (0)