We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2e48d0 commit c41a643Copy full SHA for c41a643
.github/workflows/build.yml
@@ -6,7 +6,7 @@ jobs:
6
fail-fast: false
7
matrix:
8
os: [ubuntu-latest]
9
- ruby: ['2.3', '2.4', '2.5', '2.6', '2.7', '3.0', '3.1', '3.2']
+ ruby: ['2.3', '2.4', '2.5', '2.6', '2.7', '3.0', '3.1', '3.2', '3.3']
10
runs-on: ${{ matrix.os }}
11
steps:
12
- uses: actions/checkout@v3
0 commit comments