Skip to content

Commit b244942

Browse files
committed
ci: Adjust the version coverage matrix
1 parent 1eb4303 commit b244942

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
strategy:
1010
matrix:
11-
openssl_version: [openssl-1.0.2u, openssl-1.1.1w, openssl-3.0.17, openssl-3.5.1]
11+
openssl_version: [openssl-1.0.2u, openssl-1.1.1w, openssl-3.0.18, openssl-3.5.4]
1212
env:
1313
COVERALLS_GIT_BRANCH: "${{ github.ref }}"
1414
COVERALLS_REPO_TOKEN: "${{ secrets.COVERALLS_TOKEN }}"

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
matrix:
1717
os: [macos-15-intel, ubuntu-latest]
1818
luarocks_version: [3.12.0]
19-
lua_version: [luajit2.1, lua5.1, lua5.2, lua5.3, lua5.4]
19+
lua_version: [luajit2.1, lua5.1, lua5.3, lua5.4]
2020
openssl_version: [openssl-1.0.2u, openssl-1.1.1w, openssl-3.0.18, openssl-3.5.4, openssl-3.6.0]
2121
env:
2222
MACOSX_DEPLOYMENT_TARGET: 10.12

0 commit comments

Comments
 (0)