File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,30 +10,30 @@ jobs:
1010 test :
1111 name : " Test action"
1212 strategy :
13- fail-fast : false
14- matrix :
15- os :
16- - ubuntu-latest
17- - windows-latest
18- - macos-latest
19- jython_version :
20- - " 2.7.3"
21- - " 2.7.2"
22- - " 2.7.1"
23- - " 2.7.0"
24- - " 2.5.3"
25- - " 2.5.2"
26- - " 2.5.1"
27- - " 2.5.0"
28- - " 2.2.1"
29- - " 2.2"
30- - " 2.1"
31- - " 2.0"
13+ fail-fast : false
14+ matrix :
15+ os :
16+ - ubuntu-latest
17+ - windows-latest
18+ - macos-latest
19+ jython_version :
20+ - " 2.7.3"
21+ - " 2.7.2"
22+ - " 2.7.1"
23+ - " 2.7.0"
24+ - " 2.5.3"
25+ - " 2.5.2"
26+ - " 2.5.1"
27+ - " 2.5.0"
28+ - " 2.2.1"
29+ - " 2.2"
30+ - " 2.1"
31+ - " 2.0"
3232
3333 runs-on : ${{ matrix.os }}
3434 defaults :
35- run :
36- shell : bash
35+ run :
36+ shell : bash
3737 steps :
3838 - name : Checkout
3939 uses : actions/checkout@v3
Original file line number Diff line number Diff line change 1111 name : " Keeping the default path"
1212 runs-on : ubuntu-latest
1313 defaults :
14- run :
15- shell : bash
14+ run :
15+ shell : bash
1616 steps :
1717 - name : Checkout
1818 uses : actions/checkout@v3
3333 name : " Using a custom path"
3434 runs-on : ubuntu-latest
3535 defaults :
36- run :
37- shell : bash
36+ run :
37+ shell : bash
3838 steps :
3939 - name : Install Jython
4040 uses : LukeSavefrogs/setup-jython@main
You can’t perform that action at this time.
0 commit comments