From b68c765b4638f1d4d630c832a0616dd63b12b235 Mon Sep 17 00:00:00 2001 From: ROCKTAKEY Date: Sat, 2 Dec 2023 08:54:57 +0900 Subject: [PATCH] test: Update emacs version --- .github/workflows/CI.yml | 3 ++- codecov.yml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 5760990..535c5e8 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -23,6 +23,7 @@ jobs: - '27.2' - '28.1' - '28.2' + - '29.1' - 'snapshot' steps: - uses: actions/checkout@v3 @@ -42,6 +43,6 @@ jobs: - uses: actions/checkout@v3 - uses: purcell/setup-emacs@master with: - version: '28.2' + version: '29.1' - uses: conao3/setup-keg@master - run: keg lint diff --git a/codecov.yml b/codecov.yml index 5060e9f..a7285fa 100644 --- a/codecov.yml +++ b/codecov.yml @@ -1,3 +1,3 @@ codecov: notify: - after_n_builds: 12 + after_n_builds: 13