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