Skip to content

Commit

Permalink
fixed typo in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
treblereel committed Jun 24, 2024
1 parent 307781a commit 8954d0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
strategy:
fail-fast: false
matrix:
mvn: ['3.9.8' '3.8.8', '3.6.3']
mvn: ['3.9.8', '3.8.8', '3.6.3']
java: ['11']
include:
- mvn: '3.9.8'
Expand Down

0 comments on commit 8954d0a

Please sign in to comment.