emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/company d5d06f0539 3/3: Merge pull request #1366 from y


From: ELPA Syncer
Subject: [elpa] externals/company d5d06f0539 3/3: Merge pull request #1366 from yugaego/maint
Date: Sun, 29 Jan 2023 14:57:45 -0500 (EST)

branch: externals/company
commit d5d06f0539068e741b12a480be3f312e9b6df812
Merge: e5c7432607 d359c92097
Author: Dmitry Gutov <dgutov@yandex.ru>
Commit: GitHub <noreply@github.com>

    Merge pull request #1366 from yugaego/maint
    
    Bits of Maintenance
---
 .github/workflows/ci.yml | 7 +++----
 doc/company.texi         | 1 +
 2 files changed, 4 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
diff --git a/doc/company.texi b/doc/company.texi
index 626f5a65c1..4ef1523387 100644
--- a/doc/company.texi
+++ b/doc/company.texi
@@ -31,6 +31,7 @@ any later version published by the Free Software Foundation.
 @title Company User Manual
 @subtitle for version @value{VERSION}
 @subtitle @value{UPDATED}
+@author YugaEgo (@email{yet@@ego.team})
 @page
 @vskip 0pt plus 1filll
 @insertcopying



reply via email to

[Prev in Thread] Current Thread [Next in Thread]