File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44 pull_request_target :
55 branches :
66 - main
7+ paths-ignore :
8+ - .github/workflows/main.yml
9+ pull_request :
10+ branches :
11+ - main
12+ paths :
13+ - .github/workflows/main.yml
714 push :
815 branches :
916 - main
4956 strategy :
5057 fail-fast : false
5158 matrix :
52- oe-version : [ 12.2.12 , 12.8.1, 12.8.11 ]
59+ oe-version : [ 12.2.19 , 12.8.1, 12.8.11 ]
5360 runs-on : ubuntu-latest
5461 container :
5562 image : kherring/ablunit-test-runner:${{ matrix.oe-version }}
Original file line number Diff line number Diff line change 1- # [ 1.4.21 ] ( https://github.com/kenherring/ablunit-test-runner/releases/tag/1.4.21 ) - 2026-03-25 (pre-release)
1+ # [ 1.4.23 ] ( https://github.com/kenherring/ablunit-test-runner/releases/tag/1.4.23 ) - 2026-03-26 (pre-release)
22
3+ * Bump test target to OpenEdge 12.2.19 (#528 )
4+ * actions: debug pull_request_target (#527 )
35* actions: debug pull_request_target (#526 )
46* Bump picomatch from 2.3.1 to 2.3.2 in /dummy-ext in the npm_and_yarn group across 1 directory (#525 )
57* Bump the npm_and_yarn group across 1 directory with 1 update (#524 )
3638* Bump esbuild from 0.27.0 to 0.27.1 (#457 )
3739* Bump jws from 3.2.2 to 3.2.3 in the npm_and_yarn group across 1 directory (#455 )
3840
39- ** Full Changelog** : [ 1.4.4...1.4.21 ] ( https://github.com/kenherring/ablunit-test-runner/compare/1.4.19 ...1.4.21 )
41+ ** Full Changelog** : [ 1.4.4...1.4.23 ] ( https://github.com/kenherring/ablunit-test-runner/compare/1.4.21 ...1.4.23 )
4042
4143# [ 1.4.4] ( https://github.com/kenherring/ablunit-test-runner/releases/tag/1.4.4 ) - 2025-11-26 (pre-release)
4244
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ set -eou pipefail
44usage () {
55 echo "
66usage: $0 [-p] [-n] [-h]
7- [-o < 12.2.12 | 12.8.1 | 12.8.11 | ... >]
7+ [-o < 12.2.19 | 12.8.1 | 12.8.11 | ... >]
88 [-N < 20 | 22 | 24 | ... >]
99options:
1010 -p push docker images to dockerhub after build
@@ -41,7 +41,8 @@ initialize () {
4141
4242 if [ -z " ${DOCKER_TAGS:- } " ]; then
4343 DOCKER_TAGS=()
44- DOCKER_TAGS+=(' 12.2.12' )
44+ # DOCKER_TAGS+=('12.2.12')
45+ DOCKER_TAGS+=(' 12.2.19' )
4546 # DOCKER_TAGS+=('12.7.0')
4647 DOCKER_TAGS+=(' 12.8.1' )
4748 # DOCKER_TAGS+=('12.8.3')
@@ -65,7 +66,7 @@ set_node_version_for_tag () {
6566 local DOCKER_TAG=$1
6667
6768 unset NODE_VERSION_FOR_TAG
68- if [ " $DOCKER_TAG " = 12.2.12 ]; then
69+ if [ " $DOCKER_TAG " = 12.2.19 ]; then
6970 # # Prior LTS
7071 NODE_VERSION_FOR_TAG=20
7172 elif [ " $DOCKER_TAG " = 12.8.1 ]; then
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ set -eou pipefail
33
44usage () {
55 echo "
6- usage: $0 [ -o (12.2.12 | 12.7.0 | 12.8.1 | 12.8.9 | 12.8.11 | ... | all) ]
6+ usage: $0 [ -o (12.2.19 | 12.7.0 | 12.8.1 | 12.8.9 | 12.8.11 | ... | all) ]
77 [ -V (stable | proposedapi | insiders | X.Y.Z] )] [ -p <project_name> ] [-bBimPv]
88 [ -s (small | medium | large) ]
99
@@ -159,8 +159,9 @@ initialize () {
159159 fi
160160
161161 if [ " ${ABLUNIT_TEST_RUNNER_OE_VERSION,,} " = " all" ]; then
162- OE_VERSIONS=(12.2.12 12.7.0 12.8.1 12.8.3 12.8.4 12.8.5 12.8.6 12.8.7 12.8.8 12.8.9 12.8.11)
162+ OE_VERSIONS=(12.2.12 12.2.19 12. 7.0 12.8.1 12.8.3 12.8.4 12.8.5 12.8.6 12.8.7 12.8.8 12.8.9 12.8.11)
163163 elif [ " $ABLUNIT_TEST_RUNNER_OE_VERSION " != ' 12.2.12' ] &&
164+ [ " $ABLUNIT_TEST_RUNNER_OE_VERSION " != ' 12.1.19' ] &&
164165 [ " $ABLUNIT_TEST_RUNNER_OE_VERSION " != ' 12.7.0' ] &&
165166 [ " $ABLUNIT_TEST_RUNNER_OE_VERSION " != ' 12.8.1' ] &&
166167 [ " $ABLUNIT_TEST_RUNNER_OE_VERSION " != ' 12.8.3' ] &&
Original file line number Diff line number Diff line change 22 "name" : " ablunit-test-runner" ,
33 "displayName" : " ABLUnit Test Runner" ,
44 "description" : " OpenEdge ABLUnit test runner for VSCode" ,
5- "version" : " 1.4.21 " ,
5+ "version" : " 1.4.23 " ,
66 "engineStrict" : true ,
77 "galleryBanner" : {
88 "color" : " #007ACC" ,
You can’t perform that action at this time.
0 commit comments