Skip to content

Commit

Permalink
Merge branch 'master' into use-trace-with
Browse files Browse the repository at this point in the history
  • Loading branch information
rmosolgo committed Jan 16, 2024
2 parents 81bb4dc + c5fd954 commit 5873e66
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,13 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: [2.4, 2.7, '3.1', '3.2']
ruby: [2.7, 3.1, 3.3]
graphql_version: ['~> 1.12.18', '~> 1.13', '~> 2.0']
include:
- ruby: 2.4
graphql_version: '~> 1.12.18'
- ruby: 2.4
graphql_version: '~> 1.13'
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
Expand Down

0 comments on commit 5873e66

Please sign in to comment.