Skip to content

Commit 41beb6e

Browse files
committed
Format matrix values in Maven build workflow
Improved readability of the maven-profile-spring-cloud matrix in the GitHub Actions workflow by splitting the list across two lines.
1 parent 7de1b0c commit 41beb6e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/maven-build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ jobs:
2020
strategy:
2121
matrix:
2222
java: [ '17' , '21' , '25' ]
23-
maven-profile-spring-cloud: [ 'spring-cloud-2022' , 'spring-cloud-2023' , 'spring-cloud-2024' , 'spring-cloud-2025' ]
23+
maven-profile-spring-cloud: [ 'spring-cloud-2022' , 'spring-cloud-2023' , 'spring-cloud-2024' ,
24+
'spring-cloud-2025' ]
2425
steps:
2526
- name: Checkout Source
2627
uses: actions/checkout@v5

0 commit comments

Comments
 (0)