Skip to content

Commit cfdbba3

Browse files
authored
Merge pull request #32 from dzirbel/patch-1
Fix typo in README.md
2 parents 081536e + abe10fa commit cfdbba3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
strategy:
4646
matrix:
4747
# test against latest update of each major Java version, as well as specific updates of LTS versions:
48-
java: [ 1.6, 6.0.83, 7, 7.0.181, 8, 8.0.192, 9.0,x, 10, 11.0.x, 11.0.3, 12, 13 ]
48+
java: [ 1.6, 6.0.83, 7, 7.0.181, 8, 8.0.192, 9.0.x, 10, 11.0.x, 11.0.3, 12, 13 ]
4949
name: Java ${{ matrix.java }} sample
5050
steps:
5151
- uses: actions/checkout@master

0 commit comments

Comments
 (0)