Skip to content

Commit 4cc862a

Browse files
committed
chore(ci): test against maintained ruby versions
Signed-off-by: JP-Ellis <josh@jpellis.me>
1 parent c409d8c commit 4cc862a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
ruby_version: ["2.7", "3.0", "3.1", "3.2", "3.3"]
16+
ruby_version: ["3.2", "3.3", "3.4"]
1717
os: ["ubuntu-latest","windows-latest","macos-latest"]
1818
runs-on: ${{ matrix.os }}
1919
steps:

0 commit comments

Comments
 (0)