Skip to content

Commit 2638c5b

Browse files
committed
TEST 2
1 parent 06c28ed commit 2638c5b

File tree

6 files changed

+18
-7
lines changed

6 files changed

+18
-7
lines changed

.github/workflows/lts-version.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ jobs:
1414
matrix:
1515
os: [windows-latest, ubuntu-latest, macos-latest, macos-13, ubuntu-24.04-arm, windows-11-arm] # Include macos-latest for all except where overridden
1616
lts: ['21', '17', '11', '21.0.5', '17.0.9', '21.0', '17.0']
17+
exclude:
18+
- os: windows-11-arm
19+
java-version: '11'
1720
steps:
1821
- name: Checkout code
1922
uses: actions/checkout@v4

.github/workflows/test-actions-cache.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,13 @@ jobs:
1616
build-system: ['maven', 'gradle', 'sbt']
1717
exclude:
1818
- build-system: 'sbt'
19-
os: macos-latest # Exclude macos-latest specifically for SBT builds
19+
os: ubuntu-24.04-arm
20+
- build-system: 'sbt'
21+
os: ubuntu-latest
22+
- build-system: 'sbt'
23+
os: macos-latest
24+
- build-system: 'sbt'
25+
os: macos-13 # Exclude macos-latest specifically for SBT builds
2026

2127
steps:
2228
- name: Checkout code

.github/workflows/test-architecture.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
uses: actions/checkout@v4
2121

2222
- name: Set up Java
23-
uses: priyagupta108/setup-java@fix-JetBrains-install
23+
uses: actions/setup-java@v4
2424
with:
2525
distribution: 'jetbrains'
2626
java-version: ${{ matrix.java-version }}

.github/workflows/test-cache-dependency-path.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,13 @@ jobs:
1515
build-system: ['maven', 'gradle', 'sbt']
1616
exclude:
1717
- build-system: 'sbt'
18-
os: macos-latest # Exclude macos-latest specifically for SBT builds
18+
os: ubuntu-24.04-arm
19+
- build-system: 'sbt'
20+
os: ubuntu-latest
21+
- build-system: 'sbt'
22+
os: macos-latest
23+
- build-system: 'sbt'
24+
os: macos-13 # Exclude macos-latest specifically for SBT builds
1925

2026
steps:
2127
- name: Checkout code

.github/workflows/test-java-version.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,8 @@ jobs:
1818
"11",
1919
"17",
2020
"21",
21-
"22",
2221
'21.0.4',
2322
'17.0.12',
24-
'11.0.24',
25-
'22.0.2'
2623
]
2724
steps:
2825
- uses: actions/checkout@v4

.github/workflows/test-multiple-JDKs.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ jobs:
2424
distribution: 'jetbrains'
2525
java-version: |
2626
21
27-
11
2827
17
2928
env:
3029
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)