Skip to content

Commit 40eeaf5

Browse files
committed
Remove ruby 2.7
1 parent 8e6447b commit 40eeaf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
fail-fast: false
5656
matrix:
5757
appraisal: [ 'graphql-1.10', 'graphql-1.11', 'graphql-1.12', 'graphql-1.13', 'graphql-2.0' ]
58-
ruby: [ '2.7', '3.0', '3.1', '3.2' ]
58+
ruby: [ '3.0', '3.1', '3.2' ]
5959
exclude:
6060
- appraisal: 'graphql-1.10'
6161
ruby: '3.2'

0 commit comments

Comments
 (0)