Skip to content

Commit

Permalink
drop v26 tests, and add v28 emacs tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jkitchin committed Nov 29, 2022
1 parent 7f46abf commit ac7650f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-melpa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ jobs:
strategy:
matrix:
emacs_version:
- 26.3
- 27.2
- 28.2
- snapshot

steps:
Expand All @@ -20,4 +20,4 @@ jobs:

- uses: actions/checkout@v2
- name: Setup org-ref from Melpa
run: make -f melpa/makefile melpa
run: make -f melpa/makefile melpa
4 changes: 2 additions & 2 deletions .github/workflows/test-org-ref.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ jobs:
strategy:
matrix:
emacs_version:
- 26.3
- 27.2
- 28.2
- snapshot

steps:
Expand All @@ -20,4 +20,4 @@ jobs:

- uses: actions/checkout@v2
- name: Run tests
run: make github-actions
run: make github-actions

0 comments on commit ac7650f

Please sign in to comment.