diff --git a/.github/workflows/unit-tests.yml b/.github/workflows/unit-tests.yml index b4f6a3c..433809a 100644 --- a/.github/workflows/unit-tests.yml +++ b/.github/workflows/unit-tests.yml @@ -15,19 +15,18 @@ jobs: strategy: matrix: os: - - ubuntu-16.04 - - ubuntu-18.04 + - ubuntu-22.04 # no libssl on windows # - windows-latest perl: - '5.22' - - '5.26' - - '5.30' + - '5.32' + - '5.38' node: - - '10.x' - - '13.x' + - '16.x' + - '18.x' exclude: - os: ubuntu-16.04