We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f6e573 commit 8aae9faCopy full SHA for 8aae9fa
.github/workflows/linux.yml
@@ -294,6 +294,15 @@ jobs:
294
APU_VERSION=1.6.3
295
APU_CONFIG="--without-crypto"
296
# -------------------------------------------------------------------------
297
+ - name: OpenSSL 3.3 (alpha) no-engine
298
+ config: --enable-mods-shared=most --enable-maintainer-mode --disable-md --disable-http2 --disable-ldap --disable-crypto
299
+ env: |
300
+ TEST_OPENSSL3=3.3.0-alpha1
301
+ OPENSSL_CONFIG=no-engine
302
+ APR_VERSION=1.7.4
303
+ APU_VERSION=1.6.3
304
+ APU_CONFIG="--without-crypto"
305
+ # -------------------------------------------------------------------------
306
runs-on: ubuntu-latest
307
timeout-minutes: 30
308
env:
0 commit comments