Skip to content

Commit

Permalink
Update for zlib-ng 2.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
pmqs committed Oct 19, 2023
1 parent 9a84c2a commit ad6e89e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/linux-upstream-zlib-ng.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
- '5.38'
zlib-version:
- 'develop'
- '2.1.4'
- '2.1.3'
- '2.1.2'
- '2.0.7'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/macos-upstream-zlib-ng.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
- '5.38'
zlib-version:
- 'develop'
- '2.1.4'
- '2.1.3'
- '2.1.2'
- '2.0.7'
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/windows-upstream-zlib-ng.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ jobs:
- '5.38'
zlib-version:
- 'develop'
- '2.1.3'
- '2.1.4'
# - '2.1.3'
# - '2.1.2'
# - '2.0.7'
# - '2.0.6'
Expand Down
1 change: 1 addition & 0 deletions t/01version.t
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ SKIP:
'2.0.7' => '1.2.11.zlib-ng',
'2.1.2' => '1.2.13.zlib-ng',
'2.1.3' => '1.2.13.zlib-ng',
'2.1.4' => '1.3.0.zlib-ng',
);

my $zv = Compress::Raw::Zlib::zlibng_version();
Expand Down

0 comments on commit ad6e89e

Please sign in to comment.