File tree Expand file tree Collapse file tree 1 file changed +1
-7
lines changed
Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -11,16 +11,14 @@ jobs:
1111 runs-on : ubuntu-latest
1212 strategy :
1313 matrix :
14- codename :
15- - buster
1614 perl-version :
1715 - ' 5.16'
1816 - ' 5.18'
1917 - ' 5.20'
2018 - ' 5.22'
2119 - ' 5.30'
2220 container :
23- image : perl:${{ matrix.perl-version }}-${{ matrix.codename }}
21+ image : perl:${{ matrix.perl-version }}
2422 services :
2523 postgres :
2624 image : postgres
2927 POSTGRES_INITDB_ARGS : --auth-host=md5
3028 steps :
3129 - uses : actions/checkout@v2
32- - name : upgrade libpq
33- run : |
34- curl https://salsa.debian.org/postgresql/postgresql-common/raw/master/pgdg/apt.postgresql.org.sh | bash
35- apt-get -y update && apt-get -y upgrade
3630 - name : perl -V
3731 run : perl -V
3832 - name : Fix ExtUtils::MakeMaker (for Perl 5.16 and 5.18)
You can’t perform that action at this time.
0 commit comments