Skip to content

Commit 6a9c75f

Browse files
st0012ko1
authored andcommitted
Add Ruby 3.3 to CI matrix
1 parent 9de0ff4 commit 6a9c75f

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/protocol.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
ruby-version: ["2.7", "3.0", "3.1", "3.2", "head", "debug"]
17+
ruby-version: ["2.7", "3.0", "3.1", "3.2", "3.3", "head", "debug"]
1818

1919
steps:
2020
- uses: actions/checkout@v4

.github/workflows/ruby-macos.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
ruby-version: ['3.2', 'head']
17+
ruby-version: ["3.2", "3.3", "head"]
1818

1919
steps:
2020
- uses: actions/checkout@v4

.github/workflows/ruby.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
ruby-version: ["2.7", "3.0", "3.1", "3.2", "head", "debug"]
17+
ruby-version: ["2.7", "3.0", "3.1", "3.2", "3.3", "head", "debug"]
1818

1919
steps:
2020
- uses: actions/checkout@v4

.github/workflows/test_test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
ruby-version: ['3.0', '3.1', '3.2', 'head', 'debug']
17+
ruby-version: ["3.0", "3.1", "3.2", "3.3", "head", "debug"]
1818

1919
steps:
2020
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)