Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updates and backports to 4-3-stable #2829

Merged
merged 4 commits into from
Feb 16, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Actions - add Ruby 3.0 and 3.1
  • Loading branch information
MSP-Greg committed Feb 13, 2022
commit 845e5396dfc2e38be4fe2be1aec98912a4201b4f
10 changes: 5 additions & 5 deletions .github/workflows/puma.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,16 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ ubuntu-20.04, ubuntu-18.04, macos-10.15, windows-2019 ]
ruby: [ 2.2, 2.3, 2.4, 2.5, 2.6, 2.7, head ]
os: [ ubuntu-20.04, ubuntu-18.04, macos-10.15, windows-2022 ]
ruby: [ 2.2, 2.3, 2.4, 2.5, 2.6, 2.7, '3.0', 3.1, head ]
include:
- { os: windows-2019 , ruby: mingw }
- { os: windows-2022 , ruby: ucrt }
exclude:
- { os: ubuntu-20.04 , ruby: 2.2 }
- { os: ubuntu-20.04 , ruby: 2.3 }
- { os: ubuntu-20.04 , ruby: 2.4 }
- { os: ubuntu-20.04 , ruby: 2.6 }
- { os: windows-2019 , ruby: head }
- { os: windows-2022 , ruby: head }

steps:
- name: repo checkout
Expand All @@ -40,7 +40,7 @@ jobs:
ruby-version: ${{ matrix.ruby }}
apt-get: ragel
brew: ragel
mingw: _upgrade_ openssl ragel
mingw: openssl ragel

- name: bundle install
shell: pwsh
Expand Down