Skip to content

Commit

Permalink
Use ruby-3.4 in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
VitaliySerov committed Dec 26, 2024
1 parent 25fb8cc commit 470ab43
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ jobs:
cancel-in-progress: false
steps:
- uses: actions/checkout@v4
- name: Set up Ruby 3.3
- name: Set up Ruby 3.4
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.3
ruby-version: 3.4
- name: Build and test with Rake
env:
BUGZILLA_API_KEY: ${{ secrets.BUGZILLA_API_KEY }}
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

* Add `yamllint` check in CI
* Create only one connection to Bugzilla
* Add `ruby-3.3` to CI
* Use `ruby-3.4` in CI
* Extract all other rubies versions to nightly CI check
* Add `dependabot` check for `GitHub Actions`

Expand Down

0 comments on commit 470ab43

Please sign in to comment.