Skip to content

Commit 74fc1d0

Browse files
authored
Merge pull request pact-foundation#150 from pact-foundation/ci/ruby_3_3
ci: add ruby 3.3 to matrix
2 parents 4062ba0 + aee30fc commit 74fc1d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
strategy:
88
fail-fast: false
99
matrix:
10-
ruby_version: ["2.7","3.0","3.1","3.2"]
10+
ruby_version: ["2.7", "3.0", "3.1", "3.2", "3.3"]
1111
os: ["ubuntu-latest","windows-latest","macos-latest"]
1212
runs-on: ${{ matrix.os }}
1313
steps:

0 commit comments

Comments
 (0)