Skip to content

Commit 7eba440

Browse files
committed
automatic migration: bump-2022
1 parent eba7602 commit 7eba440

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

.github/workflows/linux.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ jobs:
1818
matrix:
1919
cip_tag:
2020
- static
21-
- "5.35"
21+
- "5.37"
22+
- "5.36"
2223
- "5.34"
2324
- "5.32"
2425
- "5.30"

.github/workflows/macos.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
- name: Set up Perl
2626
run: |
27-
brew install perl
27+
brew install perl libffi libarchive
2828
brew install castxml
2929
curl https://cpanmin.us | perl - App::cpanminus -n
3030
echo "/Users/runner/perl5/bin" >> $GITHUB_PATH

Changes

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Revision history for {{$dist->name}}},
1+
Revision history for {{$dist->name}}
22

33
{{$NEXT}}
44

dist.ini

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ name = Clang-CastXML
22
author = Graham Ollis <[email protected]>
33
license = Perl_5
44
copyright_holder = Graham Ollis
5-
copyright_year = 2020
5+
copyright_year = 2020-2022
66
version = 0.02
77

88
[@Author::Plicease]
9-
:version = 2.49
9+
:version = 2.69
1010
release_tests = 1
1111
installer = Author::Plicease::MakeMaker
1212
github_user = PerlFFI

0 commit comments

Comments
 (0)