Skip to content

Commit 8b0e69c

Browse files
committed
Update to newest versions of ossl and wolfssl
1 parent ebab4cc commit 8b0e69c

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/openssh.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ jobs:
1919
timeout-minutes: 20
2020
strategy:
2121
matrix:
22-
wolfssl_ref: [ 'master', 'v5.7.4-stable' ]
23-
openssl_ref: [ 'openssl-3.2.0' ]
22+
wolfssl_ref: [ 'master', 'v5.8.0-stable' ]
23+
openssl_ref: [ 'openssl-3.5.0' ]
2424
steps:
2525
- name: Checkout wolfProvider
2626
uses: actions/checkout@v4
@@ -56,7 +56,7 @@ jobs:
5656
- name: Build wolfProvider
5757
if: steps.wolfprov-${{ matrix.wolfssl_ref }}-cache.hit != 'true'
5858
run: |
59-
WOLFSSL_TAG=${{ matrix.wolfssl_ref }} ./scripts/build-wolfprovider.sh
59+
OPENSSL_TAG=${{ matrix.openssl_ref }} WOLFSSL_TAG=${{ matrix.wolfssl_ref }} ./scripts/build-wolfprovider.sh
6060
6161
- name: Print errors
6262
if: ${{ failure() }}
@@ -72,8 +72,8 @@ jobs:
7272
timeout-minutes: 20
7373
strategy:
7474
matrix:
75-
wolfssl_ref: [ 'master', 'v5.7.4-stable' ]
76-
openssl_ref: [ 'openssl-3.2.0' ]
75+
wolfssl_ref: [ 'master', 'v5.8.0-stable' ]
76+
openssl_ref: [ 'openssl-3.5.0' ]
7777
openssh_ref: [ 'master', 'V_10_0_P2', 'V_9_9_P1' ]
7878
force_fail: [ 'WOLFPROV_FORCE_FAIL=1', '' ]
7979
exclude:

0 commit comments

Comments
 (0)