Skip to content

Commit

Permalink
Add newer Ubuntu runners to CI
Browse files Browse the repository at this point in the history
Each Ubuntu LTS comes with a different version of OpenSSL, Linux Kernel,
etc.  And peopler are likely to deploy EventMachine applications to any
of these versions.  So there is some benefit to testing every Ubuntu LTS
release that is supported by GitHub Actions.
  • Loading branch information
nevans committed Sep 3, 2024
1 parent 901e718 commit 5de0c23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ ubuntu-20.04, macos-10.15, windows-2019 ]
os: [ ubuntu-24.04, ubuntu-22.04, ubuntu-20.04, macos-10.15, windows-2019 ]
ruby: [ '2.2', '2.3', '2.4', '2.5', '2.6', '2.7', '3.0', '3.1', head ]
include:
- { os: windows-2019, ruby: mingw }
Expand Down

0 comments on commit 5de0c23

Please sign in to comment.