Skip to content

Commit 65f368f

Browse files
committed
Remove Ruby 2.5
1 parent 376a72e commit 65f368f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ubuntu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
test:
77
strategy:
88
matrix:
9-
ruby: [ head, 3.1, 2.7, 2.6, 2.5 ]
9+
ruby: [ head, 3.1, 2.7, 2.6 ]
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)