From ac7650f9c138cc8189f519504c00e88166b4a3c0 Mon Sep 17 00:00:00 2001 From: John Kitchin Date: Tue, 29 Nov 2022 14:24:31 -0500 Subject: [PATCH] drop v26 tests, and add v28 emacs tests --- .github/workflows/test-melpa.yml | 4 ++-- .github/workflows/test-org-ref.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test-melpa.yml b/.github/workflows/test-melpa.yml index 7b00ae36..085ff67f 100644 --- a/.github/workflows/test-melpa.yml +++ b/.github/workflows/test-melpa.yml @@ -9,8 +9,8 @@ jobs: strategy: matrix: emacs_version: - - 26.3 - 27.2 + - 28.2 - snapshot steps: @@ -20,4 +20,4 @@ jobs: - uses: actions/checkout@v2 - name: Setup org-ref from Melpa - run: make -f melpa/makefile melpa \ No newline at end of file + run: make -f melpa/makefile melpa diff --git a/.github/workflows/test-org-ref.yml b/.github/workflows/test-org-ref.yml index 5b83d590..de07331f 100644 --- a/.github/workflows/test-org-ref.yml +++ b/.github/workflows/test-org-ref.yml @@ -9,8 +9,8 @@ jobs: strategy: matrix: emacs_version: - - 26.3 - 27.2 + - 28.2 - snapshot steps: @@ -20,4 +20,4 @@ jobs: - uses: actions/checkout@v2 - name: Run tests - run: make github-actions \ No newline at end of file + run: make github-actions