Skip to content

Commit

Permalink
replace docker deprecated perl versions
Browse files Browse the repository at this point in the history
  • Loading branch information
dmanto committed Aug 12, 2024
1 parent d94ef2c commit 8fc3ed3
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 8 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,12 @@ jobs:
matrix:
perl-version:
- '5.20'
- '5.28'
- '5.30'
- 'latest'
- '5.40'
- 'threaded'

container:
image: perl:${{ matrix.perl-version }}
image: perl:${{ matrix.perl-version }}-buster

steps:
- uses: actions/checkout@v2
Expand Down
6 changes: 3 additions & 3 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
This software is copyright (c) 2018 by Daniel Mantovani.
This software is copyright (c) 2018-2024 by Daniel Mantovani.

This is free software; you can redistribute it and/or modify it under
the same terms as the Perl 5 programming language system itself.
Expand All @@ -12,7 +12,7 @@ b) the "Artistic License"

--- The GNU General Public License, Version 1, February 1989 ---

This software is Copyright (c) 2018 by Daniel Mantovani.
This software is Copyright (c) 2018-2024 by Daniel Mantovani.

This is free software, licensed under:

Expand Down Expand Up @@ -272,7 +272,7 @@ That's all there is to it!

--- The Artistic License 1.0 ---

This software is Copyright (c) 2018 by Daniel Mantovani.
This software is Copyright (c) 2018-2024 by Daniel Mantovani.

This is free software, licensed under:

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ Daniel Mantovani, `[email protected]`

# COPYRIGHT AND LICENCE

Copyright (C) 2018-2021, Daniel Mantovani.
Copyright (C) 2018-2024, Daniel Mantovani.

This library is free software; you may redistribute it and/or modify it under
the terms of the Artistic License version 2.0.
Expand Down
2 changes: 1 addition & 1 deletion lib/Mojolicious/Plugin/Cron.pm
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ Daniel Mantovani, C<[email protected]>
=head1 COPYRIGHT AND LICENCE
Copyright (C) 2018-2021, Daniel Mantovani.
Copyright (C) 2018-2024, Daniel Mantovani.
This library is free software; you may redistribute it and/or modify it under
the terms of the Artistic License version 2.0.
Expand Down

0 comments on commit 8fc3ed3

Please sign in to comment.