Skip to content

Commit

Permalink
Add Ruby 3.1 testing to CI
Browse files Browse the repository at this point in the history
Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>
  • Loading branch information
clintoncwolfe committed Apr 11, 2023
1 parent b406031 commit 30d4db1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,10 @@ jobs:
- uses: actions/checkout@v3
- run: docker-compose build rspec-3.0
- run: docker-compose run rspec-3.0

build-3-1:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: docker-compose build rspec-3.1
- run: docker-compose run rspec-3.1

0 comments on commit 30d4db1

Please sign in to comment.