Skip to content

Commit 5df8c6e

Browse files
author
Louis Lambeau
committed
Github actions: add ruby 3.2, remove rubies < 2.6
1 parent c980db0 commit 5df8c6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
fail-fast: false
1414
matrix:
1515
# Due to https://github.com/actions/runner/issues/849, we have to use quotes for '3.0'
16-
ruby: [2.4, 2.5, 2.6, 2.7, 3.1]
16+
ruby: [2.6, 2.7, 3.1, 3.2]
1717
env:
1818
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
1919
steps:

0 commit comments

Comments
 (0)