Skip to content

Commit 156a84b

Browse files
Change maximum Ruby version in tests to 3.1
1 parent 97717cb commit 156a84b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests-linting.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
strategy:
2121
fail-fast: false # Allows both ruby versions to run before failing
2222
matrix:
23-
ruby: ['2.5', '3.0']
23+
ruby: ['2.5', '3.1']
2424

2525
steps:
2626
- uses: actions/checkout@master
@@ -42,7 +42,7 @@ jobs:
4242
strategy:
4343
fail-fast: false # Allows both ruby versions to run before failing
4444
matrix:
45-
ruby: ['2.5', '3.0']
45+
ruby: ['2.5', '3.1']
4646

4747
steps:
4848
# is this the same commit hash we saw in commit?

0 commit comments

Comments
 (0)