Skip to content

Commit 3de07b0

Browse files
committed
Run checks on Ruby 3.3
1 parent 70d2117 commit 3de07b0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/check.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ jobs:
1919
- macos-latest
2020
- windows-latest
2121
ruby:
22-
- '3.0'
2322
- '3.1'
2423
- '3.2'
24+
- '3.3'
2525
include:
2626
- os: ubuntu-latest
2727
os_name: Linux
@@ -46,9 +46,9 @@ jobs:
4646
fail-fast: false
4747
matrix:
4848
ruby:
49-
- '3.0'
5049
- '3.1'
5150
- '3.2'
51+
- '3.3'
5252
steps:
5353
- name: Checkout
5454
uses: actions/checkout@v4
@@ -74,9 +74,9 @@ jobs:
7474
- macos-latest
7575
- windows-latest
7676
ruby:
77-
- '3.0'
7877
- '3.1'
7978
- '3.2'
79+
- '3.3'
8080
include:
8181
- os: ubuntu-latest
8282
os_name: Linux

0 commit comments

Comments
 (0)