Skip to content

Commit 90e7c85

Browse files
committed
test with additional ruby versions
1 parent f6a5490 commit 90e7c85

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/acceptance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
name: runner / acceptance-tests
5757
strategy:
5858
matrix:
59-
ruby: [ '2.7.5', '3.1.2' ]
59+
ruby: [ '2.7.5', '3.1.2', '3.2.2', '3.3.0' ]
6060
permissions:
6161
contents: read
6262

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
strategy:
1414
matrix:
15-
ruby: [ '2.7.5', '3.1.2' ]
15+
ruby: [ '2.7.5', '3.1.2', '3.2.2', '3.3.0' ]
1616
permissions:
1717
contents: read
1818

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
strategy:
1414
matrix:
15-
ruby: [ '2.7.5', '3.1.2' ]
15+
ruby: [ '2.7.5', '3.1.2', '3.2.2', '3.3.0' ]
1616
permissions:
1717
contents: read
1818

0 commit comments

Comments
 (0)