Skip to content

Commit

Permalink
Add new electron versions 31.7.0, 33.1.0, 33.2.0, 33.3.0
Browse files Browse the repository at this point in the history
Fixes #439
  • Loading branch information
julianhille committed Dec 12, 2024
1 parent bc480be commit 8ac07fa
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
15 changes: 13 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,10 @@ jobs:
matrix:
os: [ubuntu-20.04, macos-13, windows-2019]
architecture: [x64, ia32, arm64]
electron:
[
electron: [
33.3.0
33.2.0,
33.1.0,
33.0.0,
32.0.0,
32.1.0,
Expand All @@ -128,6 +130,7 @@ jobs:
31.4.0,
31.5.0,
31.6.0,
31.7.0,
30.0.0,
30.1.0,
30.2.0,
Expand All @@ -153,6 +156,12 @@ jobs:
- architecture: x64
architecture_node: x64
target_architecture: x64
- electron: 33.3.0
node: 20.18.1
- electron: 33.2.0
node: 20.18.0
- electron: 33.1.0
node: 20.18.0
- electron: 33.0.0
node: 20.18.0
- electron: 32.2.0
Expand All @@ -161,6 +170,8 @@ jobs:
node: 20.17.0
- electron: 32.0.0
node: 20.16.0
- electron: 31.7.0
node: 20.18.0
- electron: 31.6.0
node: 20.17.0
- electron: 31.5.0
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

### Added

- Add electron 31.7.0, 33.1.0, 33.2.0, 33.3.0 [#439](https://github.com/julianhille/MuhammaraJS/issues/439)

### Fixed

- Fix recipe with new buffers [#372](https://github.com/julianhille/MuhammaraJS/issues/372)
Expand Down

0 comments on commit 8ac07fa

Please sign in to comment.