Skip to content

Commit feab2eb

Browse files
authored
Merge pull request #376 from envato/ruby-3.3
2 parents 4ed5921 + 253e9e6 commit feab2eb

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@ on: [ push, pull_request ]
44
jobs:
55
test:
66
name: Test (Ruby ${{ matrix.ruby }}, ${{ matrix.os }})
7-
runs-on: ${{ matrix.os }}
7+
runs-on: ${{ matrix.os }}-latest
88
strategy:
99
matrix:
10-
os: [ ubuntu-20.04 ]
11-
ruby: [ '2.4', '2.5', '2.6', '2.7', '3.0', '3.1', '3.2' ]
10+
os: [ ubuntu ]
11+
ruby: [ '2.4', '2.5', '2.6', '2.7', '3.0', '3.1', '3.2', '3.3' ]
1212
include:
13-
- os: macos-latest
13+
- os: macos
1414
ruby: '2.7'
1515
steps:
16-
- uses: actions/checkout@v2
16+
- uses: actions/checkout@v4
1717
- name: Set up Ruby ${{ matrix.ruby }}
1818
uses: ruby/setup-ruby@v1
1919
with:

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,12 @@ The format is based on [Keep a Changelog], and this project adheres to
1010

1111
## [Unreleased]
1212

13+
### Added
14+
15+
- Test on Ruby 3.3 in the CI build ([#376]).
16+
1317
[Unreleased]: https://github.com/envato/stack_master/compare/v2.13.4...HEAD
18+
[#376]: https://github.com/envato/stack_master/pull/376
1419

1520
## [2.13.4] - 2023-08-02
1621

0 commit comments

Comments
 (0)