diff --git a/.github/workflows/test.js.yml b/.github/workflows/test.js.yml index 4219213..5a89d2c 100644 --- a/.github/workflows/test.js.yml +++ b/.github/workflows/test.js.yml @@ -15,10 +15,12 @@ jobs: runs-on: ubuntu-latest strategy: + fail-fast: false + max-parallel: 1 matrix: # Kept current with https://github.com/nodejs/release#release-schedule - node-version: [14.x, 16.x, 18.x, 19.x] - robot-version: [3.2.2, 4.1.3, 5.0, 6.0.1] + node-version: [16.x, 18.x, 20.x, 21.x, 22.x, 23.x, 24.x] + robot-version: [3.2.2, 4.1.3, 5.0, 6.1.1, 7.0] steps: - uses: actions/checkout@v3 - name: Use Node.js ${{ matrix.node-version }} and Robot Framework ${{ matrix.robot-version }}