Skip to content

Commit

Permalink
add zlib-ng 2.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
pmqs committed Jan 1, 2025
1 parent 169e6a3 commit 3ade504
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
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:
- latest
zlib-version:
- 'develop'
- '2.2.3'
- '2.2.2'
- '2.2.1'
- '2.2.0'
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:
- latest
zlib-version:
- 'develop'
- '2.2.3'
- '2.2.2'
- '2.2.1'
- '2.2.0'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/windows-upstream-zlib-ng.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
- latest
zlib-version:
- 'develop'
- '2.2.3'
- '2.2.2'
- '2.2.1'
- '2.2.0'
Expand Down
1 change: 1 addition & 0 deletions t/01version.t
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ SKIP:
'2.2.0' => '1.3.1.zlib-ng',
'2.2.1' => '1.3.1.zlib-ng',
'2.2.2' => '1.3.1.zlib-ng',
'2.2.3' => '1.3.1.zlib-ng',
);

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

0 comments on commit 3ade504

Please sign in to comment.