Skip to content

Commit

Permalink
Ensure compatibility to et 2024.4 (#770) (#771)
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinGroscheTT authored Dec 17, 2024
1 parent 5da8526 commit 0ec55af
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 @@ -975,6 +975,7 @@ can be found in the [tracetronic Knowledge Base](https://kb.tracetronic.com/disp

| Version | latest - 2.45 | 2.44 | 2.43 - 2.39 | 2.38 - 2.26 |
|:-------:|:------------------:|:------------------:|:------------------:|:------------------:|
| 2024.4 | :heavy_check_mark: | :x: | :x: | :x: |
| 2024.3 | :heavy_check_mark: | :x: | :x: | :x: |
| 2024.2 | :heavy_check_mark: | :heavy_check_mark: | :x: | :x: |
| 2024.1 | :heavy_check_mark: | :heavy_check_mark: | :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(2024, 3, 0);
public static final ToolVersion ET_MAX_VERSION = new ToolVersion(2024, 4, 0);

Check warning on line 38 in src/main/java/de/tracetronic/jenkins/plugins/ecutest/ETPlugin.java

View check run for this annotation

ci.jenkins.io / Code Coverage

Not covered line

Line 38 is not covered by tests

/**
* Defines the minimum test.guide version supported by this plugin.
Expand Down

0 comments on commit 0ec55af

Please sign in to comment.