diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 322eea0..89aa2f0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,9 +25,9 @@ on: env: # Modify these variables for upstream package versions - do NOT hardcode the version # anywhere else! - OPENFHE_VERSION: '1.1.4' - LIBCXXWRAP_JULIA_VERSION: '0.12.2' - FORCE_CXXWRAP_JL_VERSION: '0.15' # Use only briefly during transition (default: '') + OPENFHE_VERSION: '1.2.0' + LIBCXXWRAP_JULIA_VERSION: '0.13.0' + FORCE_CXXWRAP_JL_VERSION: '0.16' # Use only briefly during transition (default: '') jobs: test: