Skip to content

Commit ab33d2f

Browse files
committed
run CI against latest stable ruby instead of head
1 parent 1a04c60 commit ab33d2f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
fail-fast: false
1010
matrix:
1111
os: [ ubuntu, macos, windows ]
12-
ruby: [ '2.5', ruby-head ]
12+
ruby: [ '2.5', ruby ]
1313
runs-on: ${{ matrix.os }}-latest
1414
env:
1515
PGSERVICE: postgres

0 commit comments

Comments
 (0)