Skip to content

Commit

Permalink
Bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tarsius committed Sep 15, 2024
1 parent 711a469 commit e103b82
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,20 @@ on: [push, pull_request]

jobs:
build:
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
strategy:
fail-fast: false
matrix:
package: [evil, magit, realgud, edts, elpher, which-key-posframe]
steps:
- name: checkout package-build
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
path: package-build
fetch-depth: 1

- name: checkout melpa
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
path: melpa
repository: melpa/melpa
Expand All @@ -39,4 +39,4 @@ jobs:
run: |
cd melpa
make recipes/${{ matrix.package }}
make recipes/${{ matrix.package }}
2 changes: 1 addition & 1 deletion package-build.el
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
;; Keywords: maint tools

;; Package-Version: 4.0.0.50-git
;; Package-Requires: ((emacs "26.1") (compat "27.1"))
;; Package-Requires: ((emacs "26.1") (compat "30.0.0.0"))

;; SPDX-License-Identifier: GPL-3.0-or-later

Expand Down

0 comments on commit e103b82

Please sign in to comment.