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

GH Actions: test matrix - fix typo

There was a stray `.` in the string.
This commit is contained in:
jrfnl 2021-07-02 17:47:29 +02:00
parent 61e8701e02
commit 15994972fa

View File

@ -40,7 +40,7 @@ jobs:
runs-on: ubuntu-18.04
strategy:
matrix:
php: ['5.5', '5.6', '7.0.', '7.1', '7.2', '7.3', '7.4', '8.0']
php: ['5.5', '5.6', '7.0', '7.1', '7.2', '7.3', '7.4', '8.0']
experimental: [false]
include:
# Experimental builds. These are allowed to fail.