@@ -12,58 +12,58 @@ jobs:
1212 fail-fast : false
1313 matrix :
1414 os : [ubuntu-latest, macos-latest]
15- dotnet : [6 .0.200 ]
15+ dotnet : [8 .0.x ]
1616 emacs_version :
1717 - 27.2
18- - 28.1
1918 - 28.2
19+ - 29.3
2020 - snapshot
2121 steps :
22- - uses : purcell/setup-emacs@master
23- with :
24- version : ${{ matrix.emacs_version }}
25- - uses : actions/setup-dotnet@v1
26- with :
27- dotnet-version : ${{ matrix.dotnet }}
28- - uses : actions/checkout@v2
29- - name : Install Eldev
30- run : curl -fsSL https://raw.github.com/doublep/eldev/master/webinstall/github-eldev | sh
31- - name : Show dotnet sdks
32- run : dotnet --list-sdks
33- - name : Show dotnet version
34- run : dotnet --info
35- - name : Test
36- run : |
37- echo "Archives:"
38- eldev archives
39- echo "Dependencies:"
40- eldev -v dependencies
41- echo "Testing:"
42- eldev -dtT test
22+ - uses : purcell/setup-emacs@master
23+ with :
24+ version : ${{ matrix.emacs_version }}
25+ - uses : actions/setup-dotnet@v1
26+ with :
27+ dotnet-version : ${{ matrix.dotnet }}
28+ - uses : actions/checkout@v2
29+ - name : Install Eldev
30+ run : curl -fsSL https://raw.github.com/doublep/eldev/master/webinstall/github-eldev | sh
31+ - name : Show dotnet sdks
32+ run : dotnet --list-sdks
33+ - name : Show dotnet version
34+ run : dotnet --info
35+ - name : Test
36+ run : |
37+ echo "Archives:"
38+ eldev archives
39+ echo "Dependencies:"
40+ eldev -v dependencies
41+ echo "Testing:"
42+ eldev -dtT test
4343 windows-build :
4444 runs-on : windows-latest
4545 strategy :
4646 fail-fast : false
4747 steps :
48- - uses : actions/setup-dotnet@v1
49- with :
50- dotnet-version : 6.0.200
51- - name : Show dotnet sdks
52- run : dotnet --list-sdks
53- - name : Show dotnet version
54- run : dotnet --info
55- - name : Set up Emacs on Windows
56- uses : jcs090218/setup-emacs-windows@master
57- with :
58- version : 28.1
59- - uses : actions/checkout@v2
60- - name : Install Eldev
61- run : curl.exe -fsSL https://raw.github.com/doublep/eldev/master/webinstall/eldev.bat | cmd /Q
62- - name : Test
63- run : |
64- echo "Archives:"
65- ~/.local/bin/eldev.bat archives
66- echo "Dependencies:"
67- ~/.local/bin/eldev.bat dependencies
68- echo "Testing:"
69- ~/.local/bin/eldev.bat -p -dtT test
48+ - uses : actions/setup-dotnet@v1
49+ with :
50+ dotnet-version : 6.0.200
51+ - name : Show dotnet sdks
52+ run : dotnet --list-sdks
53+ - name : Show dotnet version
54+ run : dotnet --info
55+ - name : Set up Emacs on Windows
56+ uses : jcs090218/setup-emacs-windows@master
57+ with :
58+ version : 28.1
59+ - uses : actions/checkout@v2
60+ - name : Install Eldev
61+ run : curl.exe -fsSL https://raw.github.com/doublep/eldev/master/webinstall/eldev.bat | cmd /Q
62+ - name : Test
63+ run : |
64+ echo "Archives:"
65+ ~/.local/bin/eldev.bat archives
66+ echo "Dependencies:"
67+ ~/.local/bin/eldev.bat dependencies
68+ echo "Testing:"
69+ ~/.local/bin/eldev.bat -p -dtT test
0 commit comments