1
0
Fork 0

Remove unsupported Rails versions

This commit is contained in:
Andrew Tomaka 2022-10-04 21:35:10 -04:00
parent 5220c16ed7
commit 7ae4ea4128
Signed by: atomaka
GPG Key ID: 61209BF70A5B18BE
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ruby_version: [2.5, 2.6, 2.7, 3.0, 3.1]
ruby_version: [2.7, 3.0, 3.1]
steps:
- uses: actions/checkout@v1
- name: Set up Ruby ${{ matrix.ruby_version }}