0
0
mirror of https://github.com/PHPMailer/PHPMailer.git synced 2024-09-20 01:52:15 +02:00

Run tests on Ubuntu 22.04

This commit is contained in:
Marcus Bointon 2022-12-05 10:29:29 +01:00
parent a269e44376
commit 7418a75f7e
No known key found for this signature in database
GPG Key ID: DE31CD6EB646AA24

View File

@ -12,7 +12,7 @@ permissions:
jobs:
coding-standard:
runs-on: ubuntu-18.04
runs-on: ubuntu-22.04
name: Coding standards
steps:
@ -43,7 +43,7 @@ jobs:
run: cs2pr ./phpcs-report.xml
lint:
runs-on: ubuntu-18.04
runs-on: ubuntu-22.04
strategy:
matrix:
php: ['5.5', '7.2', '8.0', '8.1']
@ -84,7 +84,7 @@ jobs:
test:
needs: ['coding-standard', 'lint']
runs-on: ubuntu-18.04
runs-on: ubuntu-22.04
strategy:
matrix:
php: ['5.6', '7.0', '7.1', '7.2', '7.3', '7.4', '8.0']