Skip to content

Commit

Permalink
automatic migration: bump-2022
Browse files Browse the repository at this point in the history
  • Loading branch information
plicease committed May 30, 2022
1 parent dc8c7f2 commit a8a2ae1
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cygwin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
uses: egor-tensin/setup-cygwin@v3
with:
platform: x64
packages: make perl gcc-core gcc-g++ pkg-config libcrypt-devel libssl-devel git libhunspell1.7_0 libffi-devel curl
packages: make perl gcc-core gcc-g++ pkg-config libcrypt-devel libssl-devel git libhunspell1.7_0 libffi-devel curl libarchive-devel

- name: perl -V
run: |
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ jobs:
fail-fast: false
matrix:
cip_tag:
- "5.35"
- "5.37"
- "5.36"
- "5.34"
- "5.32"
- "5.30"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

- name: Set up Perl
run: |
brew install perl
brew install perl libffi libarchive
brew install hunspell
brew install libffi
curl https://cpanmin.us | perl - App::cpanminus -n
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/msys2-mingw.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ jobs:
mingw-w64-x86_64-perl
mingw-w64-x86_64-hunspell
mingw-w64-x86_64-libffi
mingw-w64-x86_64-libarchive
- name: perl -V
run: |
Expand Down
2 changes: 1 addition & 1 deletion Changes
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Revision history for {{$dist->name}}},
Revision history for {{$dist->name}}

{{$NEXT}}
- Plugin spec enhacements.
Expand Down
4 changes: 2 additions & 2 deletions dist.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ name = Test-SpellCheck
author = Graham Ollis <[email protected]>
license = Perl_5
copyright_holder = Graham Ollis
copyright_year = 2021
copyright_year = 2021-2022
version = 0.01

[@Author::Plicease]
:version = 2.62
:version = 2.69
release_tests = 1
installer = Author::Plicease::MakeMaker
github_user = uperl
Expand Down

0 comments on commit a8a2ae1

Please sign in to comment.