Skip to content

Commit 195d608

Browse files
committed
Update CI/CD
1 parent 6768d8c commit 195d608

1 file changed

Lines changed: 2 additions & 9 deletions

File tree

.github/workflows/build_and_test.yml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,7 @@ jobs:
77
strategy:
88
matrix:
99
os: [ubuntu-latest]
10-
version:
11-
[
12-
REL_14_STABLE,
13-
REL_15_STABLE,
14-
REL_16_STABLE,
15-
REL_17_STABLE,
16-
REL_18_BETA3
17-
]
10+
version: [REL_16_STABLE, REL_17_STABLE, REL_18_STABLE]
1811
runs-on: ${{ matrix.os }}
1912

2013
steps:
@@ -43,7 +36,7 @@ jobs:
4336
popd
4437
4538
- name: Checkout pljs extension code
46-
uses: actions/checkout@v4
39+
uses: actions/checkout@v5
4740
with:
4841
path: pljs
4942

0 commit comments

Comments
 (0)