Skip to content

Commit 89de871

Browse files
committed
Update .github/workflows/ci.yml
1 parent c404413 commit 89de871

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

.github/workflows/ci.yml

+2-5
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,6 @@ jobs:
2828
- platform: Windows
2929
os: windows-latest
3030
download: always
31-
exclude:
32-
- vim_version: v7.4
33-
platform: macOS
3431
fail-fast: false
3532
name: Vim ${{ matrix.vim_version }} on ${{ matrix.platform }}
3633
runs-on: ${{ matrix.os }}
@@ -69,9 +66,9 @@ jobs:
6966
- name: Generate XML coverage report
7067
run: primula xml
7168
- name: Upload coverage to Codecov
72-
uses: codecov/codecov-action@v4
69+
uses: codecov/codecov-action@v5
7370
with:
7471
token: ${{ secrets.CODECOV_TOKEN }}
7572
fail_ci_if_error: true
7673
flags: ${{ matrix.platform }}
77-
plugin: noop
74+
plugins: noop

LICENSE.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2015-2024 Akinori Hattori <[email protected]>
1+
Copyright (c) 2015-2025 Akinori Hattori <[email protected]>
22

33
Permission is hereby granted, free of charge, to any person obtaining a copy
44
of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)