diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 368c766..f6ffc6f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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: @@ -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' \ No newline at end of file + if: matrix.os == 'windows-latest'