Skip to content

Commit

Permalink
ci: add ruby 3.3 to matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
YOU54F authored May 16, 2024
1 parent 36a8354 commit 54aae79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby_version: ["2.7","3.0","3.1","3.2"]
ruby_version: ["2.7", "3.0", "3.1", "3.2", "3.3"]
os: ["ubuntu-latest","windows-latest","macos-latest"]
runs-on: ${{ matrix.os }}
steps:
Expand All @@ -20,4 +20,4 @@ jobs:
- run: "bundle exec rake pact:verify:foobar"
if: matrix.os != 'windows-latest'
- run: "ruby.exe -S pact verify --pact-helper ./provider/spec/pact_helper.rb --pact-uri ./consumer/spec/pacts/foo-bar.json"
if: matrix.os == 'windows-latest'
if: matrix.os == 'windows-latest'

0 comments on commit 54aae79

Please sign in to comment.