Skip to content

Commit

Permalink
comment out 2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
matti committed Nov 23, 2022
1 parent f696b0f commit 587a7c1
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ on:
pull_request:

jobs:
build-2-6:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: docker-compose build rspec-2.6
- run: docker-compose run rspec-2.6
# build-2-6:
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v3
# - run: docker-compose build rspec-2.6
# - run: docker-compose run rspec-2.6

build-2-7:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 587a7c1

Please sign in to comment.