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 0b92c86 commit 1a8ddfbCopy full SHA for 1a8ddfb
.github/workflows/tests.yml
@@ -6,6 +6,7 @@ on:
6
pull_request:
7
branches:
8
- main
9
+ workflow_dispatch:
10
jobs:
11
tests:
12
env:
@@ -14,8 +15,8 @@ jobs:
14
15
strategy:
16
fail-fast: false
17
matrix:
- rails: [ '6.1', '7.0', '7.1' ]
18
- ruby: ['3.1', '3.2', '3.3']
+ rails: ['6.1', '7.0', '7.1']
19
+ ruby: ['3.1', '3.2', '3.3', '3.4']
20
runs-on: ubuntu-latest
21
steps:
22
- uses: actions/checkout@v4
0 commit comments