Skip to content

Commit 8dc298e

Browse files
committed
bump Ruby 3.3.8 on CI
1 parent 302dd1d commit 8dc298e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test_on_macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: macos-latest
1616
strategy:
1717
matrix:
18-
ruby: ['3.1.6', '3.2.7', '3.3.7', '3.4.2', 'head']
18+
ruby: ['3.1.6', '3.2.7', '3.3.8', '3.4.2', 'head']
1919
duckdb: ['1.2.1', '1.1.3', '1.1.1']
2020

2121
steps:

.github/workflows/test_on_ubuntu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
strategy:
1717
matrix:
18-
ruby: ['3.1.6', '3.2.7', '3.3.7', '3.4.2', 'head']
18+
ruby: ['3.1.6', '3.2.7', '3.3.8', '3.4.2', 'head']
1919
duckdb: ['1.2.1', '1.1.3', '1.1.1']
2020

2121
steps:

0 commit comments

Comments
 (0)