File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 95
95
96
96
varnish5 :
97
97
name : PHP ${{ matrix.php }} Legacy Varnish 5
98
- runs-on : ubuntu-18 .04
98
+ runs-on : ubuntu-20 .04
99
99
env :
100
100
VARNISH_VERSION : ' 5.1'
101
101
VARNISH_MODULES_VERSION : ' 0.14.0'
@@ -132,7 +132,7 @@ jobs:
132
132
133
133
varnish4 :
134
134
name : PHP ${{ matrix.php }} Legacy Varnish 4
135
- runs-on : ubuntu-18 .04
135
+ runs-on : ubuntu-20 .04
136
136
env :
137
137
VARNISH_VERSION : ' 4.1'
138
138
VARNISH_MODULES_VERSION : ' ' # varnish modules compilation fails, not sure why
Original file line number Diff line number Diff line change 2
2
3
3
set -e
4
4
echo " ### Installing Legacy Varnish $VARNISH_VERSION ###"
5
+ sudo add-apt-repository " deb http://archive.ubuntu.com/ubuntu $( lsb_release -sc) universe"
5
6
sudo apt-get update
6
7
sudo apt-get install debian-archive-keyring curl gnupg apt-transport-https
7
8
VARNISH_VERSION=$VARNISH_VERSION bash -c ' curl -s -L https://packagecloud.io/varnishcache/varnish${VARNISH_VERSION//./}/gpgkey' | sudo apt-key add -
You can’t perform that action at this time.
0 commit comments