Skip to content

Commit

Permalink
Update for 2024
Browse files Browse the repository at this point in the history
- Update the copyright year
- Bump the actions/checkout version to 4
  • Loading branch information
choroba committed Jan 2, 2024
1 parent f7bb763 commit 4930c10
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/tester.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,15 @@ jobs:
- "5.28.0"
- "5.30.0"
- "5.32.0"
- "5.34.0"
- "5.36.0"
- "5.38.0"
name: Perl ${{ matrix.perl-version }}
steps:
- uses: shogo82148/actions-setup-perl@v1
with:
perl-version: ${{ matrix.perl-version }}
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Regular tests
run: |
cpanm --installdeps --notest .
Expand All @@ -44,7 +47,7 @@ jobs:
image: perldocker/perl-tester:${{ matrix.perl-version }} # https://hub.docker.com/r/perldocker/perl-tester
name: Author ${{ matrix.perl-version }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Prove with author tests
run: |
cpanm --installdeps .
Expand Down
2 changes: 1 addition & 1 deletion lib/Karel.pm
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ Karel Čapek, the author of R.U.R. (1920).
=head1 LICENSE AND COPYRIGHT
Copyright 2015 - 2016 E. Choroba.
Copyright 2015 - 2024 E. Choroba.
This program is free software; you can redistribute it and/or modify it
under the terms of the Artistic License (2.0). You may obtain a
Expand Down

0 comments on commit 4930c10

Please sign in to comment.