File tree Expand file tree Collapse file tree 1 file changed +3
-8
lines changed Expand file tree Collapse file tree 1 file changed +3
-8
lines changed Original file line number Diff line number Diff line change 11name : CI
22on : [push, pull_request]
3-
43jobs :
54 build :
65 runs-on : ubuntu-latest
76 strategy :
87 fail-fast : false
98 matrix :
10- emacs_version :
9+ emacs-version :
1110 - ' 25.1'
1211 - ' 25.2'
1312 - ' 25.3'
@@ -23,19 +22,15 @@ jobs:
2322 - ' release-snapshot'
2423 - ' snapshot'
2524 steps :
26- - uses : actions/checkout@v1
27- - uses : actions/setup-python@v2
25+ - uses : actions/checkout@v4
2826 - uses : purcell/setup-emacs@master
2927 with :
30- version : ${{ matrix.emacs_version }}
31-
28+ version : ${{ matrix.emacs-version }}
3229 - name : Install Gnuplot
3330 run : sudo apt update && sudo apt install gnuplot
34-
3531 - name : Run tests
3632 if : matrix.allow_failure != true
3733 run : ' make && make test'
38-
3934 - name : Run tests (allow failure)
4035 if : matrix.allow_failure == true
4136 run : ' make && make test || true'
You can’t perform that action at this time.
0 commit comments