We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c06350 commit fe6dd8fCopy full SHA for fe6dd8f
.github/workflows/ruby-examples.yml
@@ -26,7 +26,7 @@ jobs:
26
fail-fast: false
27
matrix:
28
os: [ ubuntu, windows, macos ]
29
- release: [ stable ]
+ release: [ stable, nightly ]
30
runs-on: ${{ format('{0}-latest', matrix.os) }}
31
steps:
32
- name: Checkout GitHub repo
0 commit comments