Skip to content

Commit

Permalink
Run CI on multiple ubuntu versions
Browse files Browse the repository at this point in the history
  • Loading branch information
mollykarcher committed Jan 5, 2024
1 parent 852ed2a commit 298f496
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/soroban-rpc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
name: Unit tests
strategy:
matrix:
os: [ubuntu-20.04]
os: [ubuntu-20.04, ubuntu-22.04]
go: [1.21]
runs-on: ${{ matrix.os }}
steps:
Expand Down Expand Up @@ -105,7 +105,7 @@ jobs:
continue-on-error: true
strategy:
matrix:
os: [ubuntu-20.04]
os: [ubuntu-20.04, ubuntu-22.04]
go: [1.21]
test: ['.*CLI.*', '^Test(([^C])|(C[^L])|(CL[^I])).*$']
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 298f496

Please sign in to comment.