Skip to content

Commit

Permalink
Merge pull request #106 from igor-drozdov/igor-drozdov-patch-1
Browse files Browse the repository at this point in the history
Add 3.2 to the list of Ruby CI versions
  • Loading branch information
dblock authored Aug 10, 2023
2 parents 025f303 + a6f4c5e commit f1ebb33
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
- { ruby: 2.7.2 }
- { ruby: 3.0.0 }
- { ruby: 3.1.2 }
- { ruby: 3.2.2 }
- { ruby: "ruby-head", ignore: true }
- { ruby: "jruby-9.3.9.0", ignore: true }
- { ruby: "jruby-head", ignore: true }
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/danger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ jobs:
bundler-cache: true
- run: |
# the personal token is public, this is ok, base64 encode to avoid tripping Github
TOKEN=$(echo -n NWY1ZmM5MzEyMzNlYWY4OTZiOGU3MmI3MWQ3Mzk0MzgxMWE4OGVmYwo= | base64 --decode)
TOKEN=$(echo -n Z2hwX0xNQ3VmanBFeTBvYkZVTWh6NVNqVFFBOEUxU25abzBqRUVuaAo= | base64 --decode)
DANGER_GITHUB_API_TOKEN=$TOKEN bundle exec danger --verbose
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.
* [#106](https://github.com/ashkan18/graphlient/pull/106): Add 3.2 to the list of ruby ci versions - [@igor-drozdov](https://github.com/igor-drozdov).
* [#102](https://github.com/ashkan18/graphlient/pull/102): Update ci to test latest jruby - [@ashkan18](https://github.com/ashkan18).

### 0.7.0 (2022/10/11)
Expand Down

0 comments on commit f1ebb33

Please sign in to comment.