Skip to content

Commit d833221

Browse files
committed
Update versions in github actions test matrix
1 parent a8a564a commit d833221

File tree

1 file changed

+4
-18
lines changed

1 file changed

+4
-18
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,8 @@ jobs:
2424
strategy:
2525
fail-fast: false
2626
matrix:
27-
appraisal: [ 'graphql-1.10', 'graphql-1.11', 'graphql-1.12', 'graphql-1.13', 'graphql-2.0' ]
28-
ruby: [ '3.0', '3.1', '3.2' ]
29-
exclude:
30-
- appraisal: 'graphql-1.10'
31-
ruby: '3.2'
32-
- appraisal: 'graphql-1.11'
33-
ruby: '3.2'
34-
- appraisal: 'graphql-1.12'
35-
ruby: '3.2'
27+
appraisal: [ 'graphql-1.13', 'graphql-2.0', 'graphql-2.3' ]
28+
ruby: [ '3.2', '3.3', '3.4' ]
3629
steps:
3730
- uses: actions/checkout@v4
3831
- uses: ruby/setup-ruby@v1
@@ -54,15 +47,8 @@ jobs:
5447
strategy:
5548
fail-fast: false
5649
matrix:
57-
appraisal: [ 'graphql-1.10', 'graphql-1.11', 'graphql-1.12', 'graphql-1.13', 'graphql-2.0' ]
58-
ruby: [ '3.0', '3.1', '3.2' ]
59-
exclude:
60-
- appraisal: 'graphql-1.10'
61-
ruby: '3.2'
62-
- appraisal: 'graphql-1.11'
63-
ruby: '3.2'
64-
- appraisal: 'graphql-1.12'
65-
ruby: '3.2'
50+
appraisal: [ 'graphql-1.13', 'graphql-2.0', 'graphql-2.3' ]
51+
ruby: [ '3.2', '3.3', '3.4' ]
6652
steps:
6753
- uses: actions/checkout@v4
6854
- uses: ruby/setup-ruby@v1

0 commit comments

Comments
 (0)