Skip to content

Commit 997707f

Browse files
committed
TEST 2
1 parent 27f54dc commit 997707f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ea-version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
fail-fast: false
1414
matrix:
1515
os: [windows-latest, ubuntu-latest, macos-latest, macos-13, ubuntu-24.04-arm, windows-11-arm] # Include macos-latest for all except where overridden
16-
ea: ['21.0.5-ea', '21-ea'] # Add EA versions to test
16+
ea: ['21.0.5-ea', '21-ea', '17-ea'] # Add EA versions to test
1717
steps:
1818
- name: Checkout code
1919
uses: actions/checkout@v4

.github/workflows/lts-version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
fail-fast: false
1414
matrix:
1515
os: [windows-latest, ubuntu-latest, macos-latest, macos-13, ubuntu-24.04-arm, windows-11-arm] # Include macos-latest for all except where overridden
16-
lts: ['21', '17']
16+
lts: ['21', '17', '11', '21.0.5', '17.0.9']
1717
steps:
1818
- name: Checkout code
1919
uses: actions/checkout@v4

0 commit comments

Comments
 (0)