Skip to content

Commit

Permalink
CI: Remove EOL versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Simone Carletti committed Dec 3, 2021
1 parent f03cec8 commit c50a052
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,18 @@ name: Tests

on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
workflow_dispatch:

jobs:

build:
strategy:
matrix:
ruby-version:
# - "2.3"
- "2.4"
- "2.5"
- "2.6"
- "2.7"
- "3.0"
platform: [ubuntu-latest]

runs-on: ${{ matrix.platform }}
Expand Down

0 comments on commit c50a052

Please sign in to comment.