Skip to content

Commit 1a8ddfb

Browse files
committed
[CI] Updates GitHub Actions
1 parent 0b92c86 commit 1a8ddfb

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
pull_request:
77
branches:
88
- main
9+
workflow_dispatch:
910
jobs:
1011
tests:
1112
env:
@@ -14,8 +15,8 @@ jobs:
1415
strategy:
1516
fail-fast: false
1617
matrix:
17-
rails: [ '6.1', '7.0', '7.1' ]
18-
ruby: ['3.1', '3.2', '3.3']
18+
rails: ['6.1', '7.0', '7.1']
19+
ruby: ['3.1', '3.2', '3.3', '3.4']
1920
runs-on: ubuntu-latest
2021
steps:
2122
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)