Skip to content

Commit cb9fdcb

Browse files
committed
Try testing without postgres workaround
1 parent 82c262c commit cb9fdcb

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/linux.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff 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
@@ -29,10 +27,6 @@ jobs:
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)

0 commit comments

Comments
 (0)