Skip to content

Commit

Permalink
Update perl versions as per current state
Browse files Browse the repository at this point in the history
As is correctly pointed out in os-autoinst#11561, we have version 5.26 installed on
the production instances and perl 5.32 is available in Factory.
  • Loading branch information
Rodion Iafarov committed Dec 7, 2020
1 parent 5b8d39b commit add1dbd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ jobs:
matrix:
include:
- test: static
perl-version: 5.26
perl-version: 5.32
- test: unit
perl-version: 5.26
perl-version: 5.32
- test: compile
perl-version: 5.18
perl-version: 5.26
container:
image: perldocker/perl-tester:${{ matrix.perl-version }}
steps:
Expand Down

0 comments on commit add1dbd

Please sign in to comment.