Skip to content

Commit 9f232ed

Browse files
authored
Merge pull request #309 from pact-foundation/ci/ruby_3_3
ci: add ruby 3.3 to matrix
2 parents fc35041 + ba4f12e commit 9f232ed

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
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
ruby_version: ["2.7", "3.0", "3.1", "3.2"]
14+
ruby_version: ["2.7", "3.0", "3.1", "3.2", "3.3"]
1515
os: ["ubuntu-latest","windows-latest","macos-latest"]
1616
# defaults:
1717
# run:

0 commit comments

Comments
 (0)