Skip to content

Commit d35cbb8

Browse files
authored
fix: Replace EOL ruby 3.1 testing with 3.4 (#30)
Ruby 3.1 went EOL this year Signed-off-by: Tim Smith <tsmith84@gmail.com>
1 parent ccdeba9 commit d35cbb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint-unit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
strategy:
8383
fail-fast: false
8484
matrix:
85-
ruby: ["3.1", "3.2", "3.3"]
85+
ruby: ["3.2", "3.3", "3.4"]
8686
steps:
8787
- name: Checkout code
8888
uses: actions/checkout@v4

0 commit comments

Comments
 (0)