Skip to content

Commit 8e39a74

Browse files
File sync from hanakai-rb/repo-sync
Updated files: - .github/SUPPORT.md - .github/workflows/ci.yml
1 parent 69cb1e5 commit 8e39a74

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

.github/SUPPORT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
## Support
22

3-
If you need help with any of the dry-rb libraries, feel free to ask questions on our [discussion forum](https://discourse.hanamirb.org/). This is the best place to seek help. Make sure to search for a potential solution in past threads before posting your question. Thanks! :heart:
3+
If you need help with any of the Hanami, Dry or Rom libraries, feel free to ask questions on our [discussion forum](https://discourse.hanamirb.org/). This is the best place to seek help. Make sure to search for a potential solution in past threads before posting your question. Thanks! :heart:

.github/workflows/ci.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313

1414
jobs:
1515
tests:
16-
name: Tests (${{ matrix.ruby }})
16+
name: Tests (Ruby ${{ matrix.ruby }})
1717
permissions:
1818
pull-requests: write
1919
runs-on: ubuntu-latest
@@ -22,8 +22,11 @@ jobs:
2222
fail-fast: false
2323
matrix:
2424
ruby:
25+
2526
- "3.4"
27+
2628
- "3.3"
29+
2730
- "3.2"
2831
optional: [false]
2932
include:
@@ -34,7 +37,7 @@ jobs:
3437
- ruby: "4.0.0-preview2"
3538
optional: true
3639
env:
37-
COVERAGE: ${{matrix.coverage}}
40+
COVERAGE: ${{ matrix.coverage }}
3841
steps:
3942
- name: Checkout
4043
uses: actions/checkout@v3
@@ -43,7 +46,7 @@ jobs:
4346
- name: Set up Ruby
4447
uses: ruby/setup-ruby@v1
4548
with:
46-
ruby-version: ${{matrix.ruby}}
49+
ruby-version: ${{ matrix.ruby }}
4750
bundler-cache: true
4851
- name: Run all tests
4952
id: test
@@ -94,4 +97,4 @@ jobs:
9497
run: |
9598
tag=$(echo $GITHUB_REF | cut -d / -f 3)
9699
ossy gh w dry-rb/devtools release --payload "{\"tag\":\"$tag\",\"sha\":\"${{github.sha}}\",\"tag_creator\":\"$GITHUB_ACTOR\",\"repo\":\"$GITHUB_REPOSITORY\",\"repo_name\":\"${{github.event.repository.name}}\"}"
97-
100+

0 commit comments

Comments
 (0)