Skip to content

Commit 3a8db68

Browse files
author
Comick
committed
Update CI to current node and robot versions
1 parent f3282f4 commit 3a8db68

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/test.js.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,12 @@ jobs:
1515
runs-on: ubuntu-latest
1616

1717
strategy:
18+
fail-fast: false
19+
max-parallel: 1
1820
matrix:
1921
# Kept current with https://github.com/nodejs/release#release-schedule
20-
node-version: [14.x, 16.x, 18.x, 19.x]
21-
robot-version: [3.2.2, 4.1.3, 5.0, 6.0.1]
22+
node-version: [16.x, 18.x, 20.x, 21.x, 22.x, 23.x, 24.x]
23+
robot-version: [3.2.2, 4.1.3, 5.0, 6.1.1, 7.0]
2224
steps:
2325
- uses: actions/checkout@v3
2426
- name: Use Node.js ${{ matrix.node-version }} and Robot Framework ${{ matrix.robot-version }}

0 commit comments

Comments
 (0)