From 47a99c152a9f0a90a5e779334440f4f5de6ba338 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E8=99=8E=E6=98=8E?= Date: Tue, 30 Apr 2024 23:26:31 +0900 Subject: [PATCH] Update test.yml --- .github/workflows/test.yml | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 385d043..e24d3fc 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -8,18 +8,26 @@ on: jobs: build: - runs-on: ${{ matrix.os }} + runs-on: ubuntu-latest + continue-on-error: ${{ matrix.experimental }} strategy: matrix: - os: [ubuntu-latest, macos-latest] emacs_version: - - 24.4 - - snapshot + - 27.1 + - 27.2 + - 28.1 + - 28.2 + - 29.1 + - 29.3 + experimental: [false] + include: + - emacs_version: snapshot + experimental: true steps: - uses: purcell/setup-emacs@master with: version: ${{ matrix.emacs_version }} - - uses: actions/checkout@v1 + - uses: actions/checkout@v4 - name: Check startup run: ./test-startup.sh