Skip to content

Commit

Permalink
Merge pull request #376 from envato/ruby-3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
orien committed Feb 2, 2024
2 parents 4ed5921 + 253e9e6 commit feab2eb
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@ on: [ push, pull_request ]
jobs:
test:
name: Test (Ruby ${{ matrix.ruby }}, ${{ matrix.os }})
runs-on: ${{ matrix.os }}
runs-on: ${{ matrix.os }}-latest
strategy:
matrix:
os: [ ubuntu-20.04 ]
ruby: [ '2.4', '2.5', '2.6', '2.7', '3.0', '3.1', '3.2' ]
os: [ ubuntu ]
ruby: [ '2.4', '2.5', '2.6', '2.7', '3.0', '3.1', '3.2', '3.3' ]
include:
- os: macos-latest
- os: macos
ruby: '2.7'
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Set up Ruby ${{ matrix.ruby }}
uses: ruby/setup-ruby@v1
with:
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,12 @@ The format is based on [Keep a Changelog], and this project adheres to

## [Unreleased]

### Added

- Test on Ruby 3.3 in the CI build ([#376]).

[Unreleased]: https://github.com/envato/stack_master/compare/v2.13.4...HEAD
[#376]: https://github.com/envato/stack_master/pull/376

## [2.13.4] - 2023-08-02

Expand Down

0 comments on commit feab2eb

Please sign in to comment.