Skip to content

Commit

Permalink
github: add Ruby 3.3/3.4 for CI (#20)
Browse files Browse the repository at this point in the history
Signed-off-by: Kentaro Hayashi <[email protected]>
  • Loading branch information
kenhys authored Feb 12, 2025
1 parent b8da6e1 commit 69236c5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: [ '2.7', '3.1', '3.2' ]
ruby: [ '2.7', '3.1', '3.2', '3.3', '3.4' ]
name: Test on Windows Server with Ruby ${{ matrix.ruby }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
Expand All @@ -21,8 +21,8 @@ jobs:
- name: Build for distribution
run: bundle exec gem build
- name: Upload gem
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: fluent-plugin-widows-exporter
name: fluent-plugin-windows-exporter-${{ matrix.ruby }}
path: |
*.gem

0 comments on commit 69236c5

Please sign in to comment.