Run PHP 5.5 on older OS

This commit is contained in:
Marcus Bointon 2022-12-05 11:33:21 +01:00
parent 3a3f39fa70
commit a25a4dc3e3
No known key found for this signature in database
GPG Key ID: DE31CD6EB646AA24
1 changed files with 1 additions and 1 deletions

View File

@ -95,6 +95,7 @@ jobs:
- php: '5.5'
coverage: true
experimental: false
runs-on: ubuntu-20.04
- php: '8.1'
coverage: true
experimental: false
@ -138,7 +139,6 @@ jobs:
custom-cache-suffix: $(date -u -d "-0 month -$(($(date +%d)-1)) days" "+%F")
# Install postfix and automatically retry if the install failed, which happens reguarly.
# We don't care if stopping postfix fails anyway
# @link https://github.com/marketplace/actions/retry-step
- name: Install postfix
uses: nick-invision/retry@v2