Skip to content

Commit 975f96f

Browse files
authored
Merge pull request #3856 from mmoayyed/github-workflow-config
Fix github workflow YAML configuration
2 parents 3aa9779 + 7783760 commit 975f96f

1 file changed

Lines changed: 16 additions & 17 deletions

File tree

.github/workflows/ant.yml

Lines changed: 16 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -91,24 +91,23 @@ jobs:
9191
strategy:
9292
matrix:
9393
version:
94-
- eclipse-oxygen
95-
- eclipse-202006
96-
- eclipse-202006-jdk8
97-
- eclipse-202212
98-
- eclipse-202403
99-
- eclipse-202503
100-
- eclipse-I-build
101-
- eclipse-oxygen-full
102-
- eclipse-2022-03-full
103-
- eclipse-2024-03-full
104-
- eclipse-2025-03-full
105-
- eclipse-I-build-full
106-
- ecj11
107-
- ecj14
108-
- ecj16
109-
- ecj19
94+
- eclipse-oxygen
95+
- eclipse-202006
96+
- eclipse-202006-jdk8
97+
- eclipse-202212
98+
- eclipse-202403
99+
- eclipse-202503
100+
- eclipse-I-build
101+
- eclipse-oxygen-full
102+
- eclipse-2022-03-full
103+
- eclipse-2024-03-full
104+
- eclipse-2025-03-full
105+
- eclipse-I-build-full
106+
- ecj11
107+
- ecj14
108+
- ecj16
109+
- ecj19
110110
fail-fast: false
111-
112111
steps:
113112
- name: Checkout
114113
uses: actions/checkout@v4

0 commit comments

Comments
 (0)