diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9ea5e199..078a0c0c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,11 +9,12 @@ jobs: matrix: python: [ "3.8", "3.10", "3.12" ] robotframework: - - "4.1.0" - - "5.0.0" - - "6.0.0" - - "6.1.0" - - "7.0.0" + - "4.1.3" + - "5.0.1" + - "6.0.2" + - "6.1.1" + - "7.0.1" + - "7.1.1" steps: - uses: actions/checkout@v4