Skip to content

Commit

Permalink
Ensure compatibility for ECU-TEST 2023.3 (#612) (#613)
Browse files Browse the repository at this point in the history
  • Loading branch information
tt-marcel authored Sep 19, 2023
1 parent d7b8195 commit a5e23d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -910,6 +910,7 @@ can be found in the [TraceTronic Knowledge Base](https://kb.tracetronic.com/disp

| Version | latest - 2.39 | 2.38 - 2.26 | 2.25 - 2.23 | 2.22 - 2.19 | 2.18 - 2.15 | 2.15 | 2.14 - 2.13 | 2.12 - 2.8 | 2.7 - 2.5 | 2.4 - 2.2 | 2.1 - 2.0 |
|:-------:|:--------------------:|:------------------:|:-----------------:|:-----------------:|:-----------------:|:-----------------:|:-----------------:|:-----------------:|:-----------------:|:-----------------:|:-----------------:|
| 2023.3 | :heavy_check_mark: | :x: | :x: | :x: | :x: | :x: | :x: | :x: | :x: | :x: | :x: |
| 2023.2 | :heavy_check_mark: | :x: | :x: | :x: | :x: | :x: | :x: | :x: | :x: | :x: | :x: |
| 2023.1 | :heavy_check_mark: | :x: | :x: | :x: | :x: | :x: | :x: | :x: | :x: | :x: | :x: |
| 2022.4 | :heavy_check_mark: | :heavy_check_mark: | :x: | :x: | :x: | :x: | :x: | :x: | :x: | :x: | :x: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public class ETPlugin {
/**
* Defines the maximum allowed ECU-TEST version supported by this plugin.
*/
public static final ToolVersion ET_MAX_VERSION = new ToolVersion(2023, 2, 0);
public static final ToolVersion ET_MAX_VERSION = new ToolVersion(2023, 3, 0);

/**
* Defines the minimum TEST-GUIDE version supported by this plugin.
Expand Down

0 comments on commit a5e23d0

Please sign in to comment.