added php 7.0 because this is the new min version with WP 6.3

This commit is contained in:
Matthias Pfefferle 2023-07-14 13:26:28 +02:00
parent f9d1a6e4c5
commit ab30fec6ed

View file

@ -15,7 +15,7 @@ jobs:
options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=10s --health-retries=10
strategy:
matrix:
php-versions: ['5.6', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2']
php-versions: ['5.6', '7.0', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2']
steps:
- name: Checkout
uses: actions/checkout@v2