Skip to content

Commit e90b106

Browse files
committed
fix CI pt2
1 parent f03ab92 commit e90b106

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,17 +19,12 @@ jobs:
1919
runs-on: ubuntu-latest
2020
strategy:
2121
matrix:
22-
java-version: ['11', '21']
23-
golang-version: ['1.22', '1.23']
22+
golang-version: ['1.23']
2423

2524
steps:
2625
- uses: actions/checkout@v6
2726
- uses: actions/setup-go@v6
2827
with:
2928
go-version: ${{ matrix.golang-version }}
30-
- uses: actions/setup-java@v5
31-
with:
32-
distribution: 'temurin'
33-
java-version: ${{ matrix.java-version }}
3429
- name: 'Run tests'
3530
run: ./mill __.compile + pgo.test

0 commit comments

Comments
 (0)