File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 9595
9696 varnish5 :
9797 name : PHP ${{ matrix.php }} Legacy Varnish 5
98- runs-on : ubuntu-18 .04
98+ runs-on : ubuntu-20 .04
9999 env :
100100 VARNISH_VERSION : ' 5.1'
101101 VARNISH_MODULES_VERSION : ' 0.14.0'
@@ -132,7 +132,7 @@ jobs:
132132
133133 varnish4 :
134134 name : PHP ${{ matrix.php }} Legacy Varnish 4
135- runs-on : ubuntu-18 .04
135+ runs-on : ubuntu-20 .04
136136 env :
137137 VARNISH_VERSION : ' 4.1'
138138 VARNISH_MODULES_VERSION : ' ' # varnish modules compilation fails, not sure why
Original file line number Diff line number Diff line change 22
33set -e
44echo " ### Installing Legacy Varnish $VARNISH_VERSION ###"
5+ sudo add-apt-repository " deb http://archive.ubuntu.com/ubuntu $( lsb_release -sc) universe"
56sudo apt-get update
67sudo apt-get install debian-archive-keyring curl gnupg apt-transport-https
78VARNISH_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