Skip to content

Commit

Permalink
Merge pull request #572 from MSP-Greg/maint-2.2-actions
Browse files Browse the repository at this point in the history
maint-2.2 Actions - update workflow to use OpenSSL 1.1.1, actions/checkout@v3
  • Loading branch information
rhenium authored Dec 18, 2022
2 parents 3291a92 + a33427c commit 7407e3f
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,12 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ ubuntu-latest, macos-latest ]
# ubuntu-latest is 22.04, uses OpenSSL 3
os: [ ubuntu-20.04, macos-latest ]
ruby: [ head, "3.0", "2.7", "2.6", "2.5", "2.4", "2.3" ]
steps:
- name: repo checkout
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: load ruby
uses: ruby/setup-ruby@v1
Expand All @@ -38,12 +39,11 @@ jobs:
fail-fast: false
matrix:
os: [ windows-latest ]
ruby: [ mswin, mingw, "3.0", "2.7", "2.6", "2.5", "2.4", "2.3" ]
exclude:
- { os: "windows-latest", ruby: "mswin" } # OpenSSL 3.0
# current mswin build uses OpenSSL 3
ruby: [ mingw, "3.0", "2.7", "2.6", "2.5", "2.4", "2.3" ]
steps:
- name: repo checkout
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: load ruby, install/update gcc, install openssl
uses: MSP-Greg/setup-ruby-pkgs@v1
Expand Down Expand Up @@ -82,7 +82,7 @@ jobs:
- libressl-3.3.4
steps:
- name: repo checkout
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: prepare openssl
run: |
Expand Down

0 comments on commit 7407e3f

Please sign in to comment.