We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a35cb72 commit 7431491Copy full SHA for 7431491
1 file changed
.github/workflows/test.js.yml
@@ -17,7 +17,7 @@ jobs:
17
strategy:
18
matrix:
19
node-version: [10.x, 12.x, 14.x, 16.x, 18.x, 19.x]
20
- robot-version: [2.9.2, 3.2.2, 4.1.3, 5.0, 6.0.1]
+ robot-version: [3.2.2, 4.1.3, 5.0, 6.0.1]
21
steps:
22
- uses: actions/checkout@v3
23
- name: Use Node.js ${{ matrix.node-version }} and Robot Framework ${{ matrix.robot-version }}
0 commit comments