Skip to content

Commit 3d1ce4c

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

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-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: 9 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,9 +22,14 @@ jobs:
2222
fail-fast: false
2323
matrix:
2424
ruby:
25+
2526
- "3.4"
27+
2628
- "3.3"
29+
2730
- "3.2"
31+
32+
2833
optional: [false]
2934
include:
3035
- ruby: "3.4"
@@ -34,7 +39,7 @@ jobs:
3439
- ruby: "4.0.0-preview2"
3540
optional: true
3641
env:
37-
COVERAGE: ${{matrix.coverage}}
42+
COVERAGE: ${{ matrix.coverage }}
3843
steps:
3944
- name: Checkout
4045
uses: actions/checkout@v3
@@ -43,7 +48,7 @@ jobs:
4348
- name: Set up Ruby
4449
uses: ruby/setup-ruby@v1
4550
with:
46-
ruby-version: ${{matrix.ruby}}
51+
ruby-version: ${{ matrix.ruby }}
4752
bundler-cache: true
4853
- name: Run all tests
4954
id: test
@@ -94,4 +99,4 @@ jobs:
9499
run: |
95100
tag=$(echo $GITHUB_REF | cut -d / -f 3)
96101
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-
102+

0 commit comments

Comments
 (0)