Skip to content

Commit 5f34a2f

Browse files
committed
Update gradle.yml
1 parent 92f6950 commit 5f34a2f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/gradle.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: windows-latest
1414
strategy:
1515
matrix:
16-
version: [ 'Lab5', 'Course' ]
16+
version: [ 'Lab5' ]
1717
steps:
1818
- uses: actions/checkout@main
1919
- name: Set up JDK 21
@@ -34,7 +34,7 @@ jobs:
3434
runs-on: windows-latest
3535
strategy:
3636
matrix:
37-
version: [ 'Lab1', 'Lab2', 'Lab4', 'CourseMP' ]
37+
version: [ 'Lab1', 'Lab2', 'Lab4', 'Course' ]
3838
steps:
3939
- uses: actions/checkout@main
4040
- name: Set up JDK 21

0 commit comments

Comments
 (0)