Skip to content

Commit

Permalink
Merge pull request #113 from yuki24/chore/fix-ci
Browse files Browse the repository at this point in the history
Fix CI builds
  • Loading branch information
yuki24 authored Nov 4, 2024
2 parents cbbd286 + e5ab171 commit 849739c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,13 @@ jobs:
strategy:
matrix:
entry:
- { ruby: 2.7.2 }
- { ruby: 3.0.0 }
- { ruby: 3.1.2 }
- { ruby: 3.2.2 }
- { ruby: 2.7 }
- { ruby: 3.0 }
- { ruby: 3.1 }
- { ruby: 3.2 }
- { ruby: 3.3 }
- { ruby: "ruby-head", ignore: true }
- { ruby: "jruby-9.3.9.0", ignore: true }
- { ruby: "jruby-9.4.8.0", ignore: true }
- { ruby: "jruby-head", ignore: true }
steps:
- uses: actions/checkout@v3
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
### (Next)
* Your contribution here.
* [#113](https://github.com/ashkan18/graphlient/pull/113): Fix CI builds - [@yuki24](https://github.com/yuki24).

### 0.8.0 (2024/01/06)
* [#110](https://github.com/ashkan18/graphlient/pull/110): Ensure correct Faraday JSON response body parsing with invalid response header - [@taylorthurlow](https://github.com/taylorthurlow).
Expand Down

0 comments on commit 849739c

Please sign in to comment.