Skip to content

Commit

Permalink
Bump Perl to 5.40 (was 5.38)
Browse files Browse the repository at this point in the history
  • Loading branch information
generalmimon committed Aug 20, 2024
1 parent 905cc42 commit 5ccc010
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
- target: perl
implementation: 5.24
- target: perl
implementation: 5.38
implementation: 5.40
- target: php
implementation: 7.1
- target: php
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Can't use "slim" container, because we use XML-Simple, which requires gcc to build
FROM perl:5.38
FROM perl:5.40

# Copy files common for all images
COPY 4img/* ./
Expand All @@ -13,9 +13,9 @@ RUN ./prepare-apt-ruby
#
# $ perl --version
#
# This is perl 5, version 38, subversion 0 (v5.38.0) built for x86_64-linux-gnu
# This is perl 5, version 40, subversion 0 (v5.40.0) built for x86_64-linux-gnu
#
# Copyright 1987-2023, Larry Wall
# Copyright 1987-2024, Larry Wall
# ...

RUN ./validate '^This is perl 5, version 38,'
File renamed without changes.
File renamed without changes.

0 comments on commit 5ccc010

Please sign in to comment.