Skip to content

Commit

Permalink
Updated gitflow to 5.38
Browse files Browse the repository at this point in the history
  • Loading branch information
Timofey Potapov committed Feb 14, 2024
1 parent db6e1cc commit 71f70fd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
needs: build-job
runs-on: ubuntu-20.04
container:
image: perldocker/perl-tester:5.34
image: perldocker/perl-tester:5.38
steps:
- uses: actions/checkout@v3 # codecov wants to be inside a Git repository
- uses: actions/download-artifact@v3
Expand Down Expand Up @@ -66,6 +66,7 @@ jobs:
- "5.32"
- "5.34"
- "5.36"
- "5.38"
exclude:
- { os: windows-latest, distribution: default }
- { os: macos-latest, distribution: strawberry }
Expand Down

0 comments on commit 71f70fd

Please sign in to comment.