Skip to content

Commit 74a2e39

Browse files
- Added 3.4
- Build the gem Signed-off-by: Thomas Powell <[email protected]>
1 parent a829bac commit 74a2e39

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/test.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@ name: Test
22

33
on:
44
push:
5-
branches: [ main ]
5+
branches: [ master ]
66
pull_request:
7-
branches: [ main ]
7+
branches: [ master ]
88

99
jobs:
1010
test:
1111
runs-on: ubuntu-latest
1212

1313
strategy:
1414
matrix:
15-
ruby-version: ['3.0', '3.1', '3.2', '3.3']
15+
ruby-version: ['3.0', '3.1', '3.2', '3.3', '3.4']
1616

1717
steps:
1818
- uses: actions/checkout@v4
@@ -28,10 +28,10 @@ jobs:
2828
gem install bundler
2929
gem install test-unit
3030
31-
- name: Build extension
31+
- name: Build and install gem
3232
run: |
33-
ruby extconf.rb
34-
make
33+
gem build chef-ruby-shadow.gemspec
34+
sudo gem install chef-ruby-shadow-3.0.0.gem
3535
3636
- name: Run tests
3737
run: |

0 commit comments

Comments
 (0)