Skip to content

Commit

Permalink
Add zlib-ng 2.2.1 to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
pmqs committed Jul 2, 2024
1 parent 293d041 commit fe3cd4a
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.1'
- '2.2.0'
- '2.1.7'
- '2.1.6'
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.1'
- '2.2.0'
- '2.1.7'
- '2.1.6'
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.1'
- '2.2.0'
- '2.1.7'
- '2.1.6'
Expand Down
1 change: 1 addition & 0 deletions t/01version.t
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ SKIP:
'2.1.6' => '1.3.0.zlib-ng',
'2.1.7' => '1.3.1.zlib-ng',
'2.2.0' => '1.3.1.zlib-ng',
'2.2.1' => '1.3.1.zlib-ng',
);

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

0 comments on commit fe3cd4a

Please sign in to comment.