Skip to content

Commit 36758d8

Browse files
authored
Merge pull request #425 from alphagov/ruby-versions
Ruby versions
2 parents a028a7c + 793f94f commit 36758d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Test
22

3-
on:
3+
on:
44
push:
55
branches:
66
- main
@@ -14,7 +14,7 @@ jobs:
1414

1515
strategy:
1616
matrix:
17-
ruby: ['3.1', '3.2', '3.3']
17+
ruby: ['3.2', '3.3', '3.4']
1818

1919
steps:
2020
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)