Skip to content

Commit df4226e

Browse files
committed
Drop Ruby 2.6 and 2.7 and add 3.1, 3.2. and 3.3.
1 parent 7c5c9e6 commit df4226e

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
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
strategy:
1111
matrix:
12-
ruby-version: ['2.6', '2.7', '3.0']
12+
ruby-version: ['3.0', '3.1', '3.2', '3.3']
1313

1414
services:
1515
postgres:

0 commit comments

Comments
 (0)