Skip to content

Commit

Permalink
ci: more openssl versions
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaozg committed Jan 1, 2025
1 parent e7f399e commit c86973d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
os: [macos-12, ubuntu-latest]
luarocks_version: [3.9.2]
lua_version: [luajit2.1, lua5.1, lua5.2, lua5.3, lua5.4]
openssl_version: [openssl-1.0.2u, openssl-1.1.1w, openssl-3.0.13, openssl-3.1.5, openssl-3.2.1]
openssl_version: [openssl-1.0.2u, openssl-1.1.1w, openssl-3.0.15, openssl-3.1.7, openssl-3.2.3, openssl-3.3.2, openssl-3.4.0]
env:
MACOSX_DEPLOYMENT_TARGET: 10.12
LUAROCKS: ${{ matrix.luarocks_version }}
Expand Down

0 comments on commit c86973d

Please sign in to comment.