Skip to content

drop ruby 2.6 and add ruby 3.3 to the test matrix #116

drop ruby 2.6 and add ruby 3.3 to the test matrix

drop ruby 2.6 and add ruby 3.3 to the test matrix #116

Workflow file for this run

on: push
name: Push
jobs:
draftRelease:
name: Draft Release
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Draft Release
uses: toolmantim/release-drafter@v5.2.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}