Skip to content

Commit 881e0bf

Browse files
authored
CI: Add Ruby 3.4 to matrix (#82)
1 parent 8f9d8bd commit 881e0bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ubuntu.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
strategy:
1515
matrix:
16-
ruby: [ 3.1, 3.2, 3.3, head ]
16+
ruby: [ 3.1, 3.2, 3.3, 3.4, head ]
1717
steps:
1818
- uses: actions/checkout@v4
1919
- name: Setup ruby

0 commit comments

Comments
 (0)