Skip to content

Commit

Permalink
ci(test): test x-plat
Browse files Browse the repository at this point in the history
  • Loading branch information
YOU54F committed May 5, 2023
1 parent adeed3e commit b6f9b98
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 11 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release_gem.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with:
ruby-version: '2.6'
ruby-version: '3.2'
- run: |
gem install bundler -v 2.1
gem install bundler -v 2.4
bundle install
- name: Test
run: bundle exec rake
Expand All @@ -28,7 +28,7 @@ jobs:
version: ${{ steps.release.outputs.version }}
increment: ${{ steps.release.outputs.increment }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: pact-foundation/[email protected]
Expand Down
11 changes: 5 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,14 @@ on: [push, pull_request]

jobs:
test:
runs-on: "ubuntu-latest"
continue-on-error: ${{ matrix.experimental }}
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
ruby_version: ["2.7", "3.0", "3.1", "3.2"]
experimental: [false]
ruby_version: ["2.7", "3.0", "3.2"]
os: ["ubuntu-latest","windows-latest","macos-latest"]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby_version }}
Expand All @@ -26,7 +25,7 @@ jobs:
matrix:
feature: [""]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with:
ruby-version: "3.2"
Expand Down
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.7
3.2

0 comments on commit b6f9b98

Please sign in to comment.