Skip to content

Commit

Permalink
Merge pull request RemedyIT#267 from jwillemsen/jwi-ruby32
Browse files Browse the repository at this point in the history
Also test with ruby 3.2
  • Loading branch information
jwillemsen authored Mar 3, 2023
2 parents 893a823 + 387f563 commit 8b60b91
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,11 @@ jobs:
CXX: g++-12
ruby: '3.1'
PackageDeps: g++-12
- os: ubuntu-22.04
CC: gcc-12
CXX: g++-12
ruby: '3.2'
PackageDeps: g++-12
- os: ubuntu-22.04
CC: gcc-10
CXX: g++-10
Expand Down

0 comments on commit 8b60b91

Please sign in to comment.