Skip to content

Commit

Permalink
Merge pull request #955 from CommitChange/add-testing-for-newer-ubunt…
Browse files Browse the repository at this point in the history
…u-versions

Test on newer ubuntu versions
  • Loading branch information
wwahammy authored Dec 5, 2024
2 parents 55be025 + 5b56d0c commit cf4c27c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-20.04]
os: [ubuntu-20.04, ubuntu-22.04, ubuntu-24.04]
node: [16]
ruby: ['2.6.10']
postgres: ['16']
Expand Down

0 comments on commit cf4c27c

Please sign in to comment.