Skip to content

Commit e90da03

Browse files
authored
Remove deprecated ruby version from CI build (#191)
1 parent 949cc1a commit e90da03

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/config.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
strategy:
88
fail-fast: false # I understand this is to run on all versions.
99
matrix:
10-
ruby: ['2', '3.0.4']
10+
ruby: ['3.0.4']
1111

1212
runs-on: ubuntu-latest
1313

@@ -25,7 +25,7 @@ jobs:
2525
strategy:
2626
fail-fast: false # I understand this is to run on all versions.
2727
matrix:
28-
ruby: ['2', '3.0.4']
28+
ruby: ['3.0.4']
2929

3030
runs-on: ubuntu-latest
3131

0 commit comments

Comments
 (0)