Skip to content

Commit

Permalink
Drop Perl 5.10 testing
Browse files Browse the repository at this point in the history
  • Loading branch information
theory committed Feb 18, 2023
1 parent 2d1e41c commit 430e637
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
perl: [ '5.36', '5.34', '5.32', '5.30', '5.28', '5.26', '5.24', '5.22', '5.20', '5.18', '5.16', '5.14', '5.12', '5.10' ]
perl: [ '5.36', '5.34', '5.32', '5.30', '5.28', '5.26', '5.24', '5.22', '5.20', '5.18', '5.16', '5.14', '5.12' ]
name: 🐪 Perl ${{ matrix.perl }} on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion Changes
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Revision history for Perl extension PGXN::Site

0.22.2 2023-02-18T23:22:42Z
0.22.2 2023-02-18T23:25:58Z
- Replaced Twitter link with Mastodon and added a rel link to Mastodon
to the header.

Expand Down

0 comments on commit 430e637

Please sign in to comment.