Skip to content

Commit 915c026

Browse files
committedMay 5, 2023
ci(test): drop testing of ruby 2.2
1 parent 1e6194a commit 915c026

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
fail-fast: false
1010
matrix:
11-
ruby_version: ["2.2", "2.7", "3.0", "3.2"]
11+
ruby_version: ["2.7", "3.0", "3.2"]
1212
os: ["ubuntu-latest","windows-latest","macos-latest"]
1313
steps:
1414
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)
Please sign in to comment.