Skip to content

Commit

Permalink
ci test: use the latest Rubies
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Aug 14, 2024
1 parent 57f905a commit 34e3b14
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2022 Sutou Kouhei <[email protected]>
# Copyright (C) 2022-2024 Sutou Kouhei <[email protected]>
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
Expand All @@ -24,9 +24,9 @@ jobs:
fail-fast: false
matrix:
ruby-version:
- "2.7"
- "3.0"
- "3.1"
- "3.2"
- "3.3"
name: ${{ matrix.ruby-version }}
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 34e3b14

Please sign in to comment.