Skip to content

Commit d9160f2

Browse files
committed
Don't test external dependencies on Ruby 3.0 - EOL.
1 parent 72f323f commit d9160f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-external.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ jobs:
2020
- macos
2121

2222
ruby:
23-
- "3.0"
2423
- "3.1"
2524
- "3.2"
25+
- "3.3"
2626

2727
steps:
2828
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)