Skip to content

Commit

Permalink
Merge pull request #101 from jwillemsen/jwi-r2corbarubytests
Browse files Browse the repository at this point in the history
Extend ruby versions to test with ridl and r2corba
  • Loading branch information
jwillemsen authored Mar 3, 2023
2 parents 212495c + 26bc953 commit 6ff03c5
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/r2corba.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,31 @@ jobs:
fail-fast: false
matrix:
include:
- CC: gcc-11
CXX: g++-11
PackageDeps: g++-11
os: ubuntu-20.04
ruby: '2.5'
- CC: gcc-11
CXX: g++-11
PackageDeps: g++-11
os: ubuntu-20.04
ruby: '2.6'
- CC: gcc-11
CXX: g++-11
PackageDeps: g++-11
os: ubuntu-20.04
ruby: '2.7'
- CC: gcc-11
CXX: g++-11
PackageDeps: g++-11
os: ubuntu-20.04
ruby: '3.1'
- CC: gcc-11
CXX: g++-11
PackageDeps: g++-11
os: ubuntu-20.04
ruby: '3.2'
runs-on: ${{ matrix.os }}
name: ${{ matrix.os }} ${{ matrix.CXX }} ruby-${{ matrix.ruby }}
env:
Expand Down

0 comments on commit 6ff03c5

Please sign in to comment.