[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/company d359c92097 2/3: CI: Run tests on 28.2
From: |
ELPA Syncer |
Subject: |
[elpa] externals/company d359c92097 2/3: CI: Run tests on 28.2 |
Date: |
Sun, 29 Jan 2023 14:57:45 -0500 (EST) |
branch: externals/company
commit d359c920977e50d60aa255ec5d719dd38181ef17
Author: YugaEgo <yet@ego.team>
Commit: YugaEgo <yet@ego.team>
CI: Run tests on 28.2
---
.github/workflows/ci.yml | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 95d477de1f..b08517a1d9 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -19,22 +19,21 @@ on:
jobs:
check:
- if: github.repository_owner == 'company-mode'
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
- emacs_version: [25.1, 25.3, 26.3, 27.2, 28.1, snapshot]
+ emacs_version: [25.1, 25.3, 26.3, 27.2, 28.2, snapshot]
steps:
- name: Setup Emacs
- uses: purcell/setup-emacs@v3.0
+ uses: purcell/setup-emacs@master
with:
version: ${{ matrix.emacs_version }}
- name: Checkout Company
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
- name: Run tests
run: make test-batch