Skip to content

Commit

Permalink
Update the test matrix and actions/checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
saturnflyer committed Jul 1, 2024
1 parent b32b34e commit d3e9a84
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: [ "3.2" ]
ruby: [ "3.2", "3.3" ]
env:
NOTIFY_APP_NAME: "ChatNotifier"
NOTIFY_SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
Expand All @@ -22,7 +22,7 @@ jobs:
CC_TEST_REPORTER_ID: ${{secrets.CC_TEST_REPORTER_ID}}
name: Ruby ${{ matrix.ruby }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [0.2.2] - Unreleased

### Added

- Test on ruby 3.3

## [0.2.1] - 2024-07-01

### Added
Expand Down

0 comments on commit d3e9a84

Please sign in to comment.