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 aa4fdc4 commit 4f3b75e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ jobs:
matrix:
cip_tag:
- static
- "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 @@ -24,7 +24,7 @@ jobs:

- name: Set up Perl
run: |
brew install perl
brew install perl libffi libarchive
brew install libffi
curl https://cpanmin.us | perl - App::cpanminus -n
echo "/Users/runner/perl5/bin" >> $GITHUB_PATH
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}}
- Move to PerlFFI org (gh#3)
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 = PeekPoke-FFI
author = Graham Ollis <plicease@cpan.org>
license = Perl_5
copyright_holder = Graham Ollis
copyright_year = 2020
copyright_year = 2020-2022
version = 0.02

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

0 comments on commit 4f3b75e

Please sign in to comment.