branch: elpa/rainbow-delimiters
commit d576e6694ad3a3e88b2bb1363305b38fa364c149
Author: Fanael Linithien <[email protected]>
Commit: Fanael Linithien <[email protected]>

    Add Emacs 27.2 to CI
---
 .github/workflows/test.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index d963a1efeb..21b2d43641 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -15,6 +15,7 @@ jobs:
           - 24.5
           - 25.3
           - 26.3
+          - 27.2
           - snapshot
     env:
       EMACS_VERSION: ${{ matrix.emacs_version }}
@@ -22,6 +23,6 @@ jobs:
     - uses: purcell/setup-emacs@master
       with:
         version: ${{ matrix.emacs_version }}
-    - uses: actions/checkout@v1
+    - uses: actions/checkout@v2
     - name: Run tests
       run: './run-tests.sh'

Reply via email to