Skip to content

Commit 2b7baa4

Browse files
authored
Add Ruby 3.4 to CI (#16)
1 parent 2099e57 commit 2b7baa4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-and-test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
matrix:
1313
os: [ubuntu-latest, macos-latest]
14-
ruby: ['2.7', '3.0', '3.1', '3.2', '3.3']
14+
ruby: ['2.7', '3.0', '3.1', '3.2', '3.3', '3.4']
1515
runs-on: ${{ matrix.os }}
1616
steps:
1717
- name: Checkout repository
@@ -32,7 +32,7 @@ jobs:
3232
strategy:
3333
matrix:
3434
os: [ubuntu-latest, macos-latest]
35-
ruby: ['2.7', '3.0', '3.1', '3.2', '3.3']
35+
ruby: ['2.7', '3.0', '3.1', '3.2', '3.3', '3.4']
3636
runs-on: ${{ matrix.os }}
3737
steps:
3838
- name: Checkout repository

0 commit comments

Comments
 (0)