Skip to content

Commit

Permalink
feat: add new alpha versions
Browse files Browse the repository at this point in the history
related to #4610
  • Loading branch information
marstamm committed Oct 24, 2024
1 parent 17812b1 commit 1fab77b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/src/util/Engines.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ export const ENGINES = {
export const ENGINE_PROFILES = [
{
executionPlatform: ENGINES.PLATFORM,
executionPlatformVersions: [ '7.22.0', '7.21.0', '7.20.0', '7.19.0', '7.18.0', '7.17.0', '7.16.0', '7.15.0' ],
executionPlatformVersions: [ '7.23.0', '7.22.0', '7.21.0', '7.20.0', '7.19.0', '7.18.0', '7.17.0', '7.16.0', '7.15.0' ],
latestStable: '7.22.0'
},
{
executionPlatform: ENGINES.CLOUD,
executionPlatformVersions: [ '8.6.0', '8.5.0', '8.4.0', '8.3.0', '8.2.0', '8.1.0', '8.0.0' ],
executionPlatformVersions: [ '8.7.0', '8.6.0', '8.5.0', '8.4.0', '8.3.0', '8.2.0', '8.1.0', '8.0.0' ],
latestStable: '8.6.0'
}
];
Expand Down

0 comments on commit 1fab77b

Please sign in to comment.