Skip to content

Commit

Permalink
GitHub Action: add 5.38
Browse files Browse the repository at this point in the history
  • Loading branch information
dankogai committed Oct 27, 2023
1 parent c382ee5 commit 43a9b8a
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/platforms.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
os: ['ubuntu-latest', 'macos-latest', 'windows-latest']
perl: [ '5.36', '5.34' ]
perl: [ '5.38', '5.36' ]
name: Perl ${{ matrix.perl }} on ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
os:
- 'ubuntu-latest'
perl:
- "5.34"
- "5.32"
- "5.30"
- "5.28"
Expand Down
11 changes: 11 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
# $Id: Changes,v 3.19 2022/08/04 04:43:23 dankogai Exp dankogai $
#
$Revision: 3.19 $ $Date: 2022/08/04 04:43:23 $
! bin/encguess
Pulled: encguess: remove duplicate "the"
https://github.com/dankogai/p5-encode/pull/173
! bin/enc2xs
Pulled: Fix spelling in comment
https://github.com/dankogai/p5-encode/pull/171
! t/gsm0338.t
Pulled: fix gsm0338 test compatibility with perl < 5.8.8
https://github.com/dankogai/p5-encode/pull/170

3.19 2022/08/04 04:43:23
! lib/Encode/Alias.pm /t/Aliases.t
Add ISO-8859-8-I as an alias of ISO-8859-8
<8ac3918e-5d77-4815-f1e6-6577397068c6@iki.fi>
Expand Down

0 comments on commit 43a9b8a

Please sign in to comment.