Skip to content

Commit 74318d8

Browse files
authored
Update Electron test matrix (#2484)
* test: ✅ update versions of electron tested to match electron support
1 parent 1495764 commit 74318d8

1 file changed

Lines changed: 8 additions & 5 deletions

File tree

.buildkite/basic/electron-pipeline.yml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,14 @@ steps:
1515
matrix:
1616
setup:
1717
electron_version:
18-
- "^20.0.0"
19-
- "^24.0.0"
20-
- "^26.0.0"
21-
- "^28.0.0"
22-
- "^30.0.0"
18+
- "^41.0.0" # Latest Version
19+
- "^40.0.0" # EOL 30-06-2026
20+
- "^39.0.0" # EOL 05-05-2026
21+
- "^38.0.0" # EOL 10-03-2026
22+
- "^36.0.0" # EOL 28-10-2025
23+
- "^34.0.0" # EOL 24-06-2025
24+
- "^32.0.0" # EOL 04-03-2025
25+
- "^30.0.0" # EOL 15-10-2024
2326
node_version:
2427
- "22"
2528
commands:

0 commit comments

Comments
 (0)