Skip to content

Commit 12e2ea6

Browse files
authored
Merge pull request #75 from envato/ruby-3.3
2 parents 704812a + efa35a5 commit 12e2ea6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ jobs:
77
runs-on: ubuntu-latest
88
strategy:
99
matrix:
10-
ruby: [ '2.6', '2.7', '3.0', '3.1', '3.2' ]
10+
ruby: [ '2.6', '2.7', '3.0', '3.1', '3.2', '3.3' ]
1111
steps:
12-
- uses: actions/checkout@v2
12+
- uses: actions/checkout@v4
1313
- name: Set up Ruby ${{ matrix.ruby }}
1414
uses: ruby/setup-ruby@v1
1515
with:

0 commit comments

Comments
 (0)