[php] Add some old PHP versions for fun

This commit is contained in:
Nemo 2023-07-02 14:37:03 +05:30
parent f1eb4a8c80
commit 2461fc5ace
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ jobs:
strategy:
matrix:
# https://www.php.net/supported-versions.php
php: ["8.0", "8.1", "8.2"]
php: ["7.2", "7.3", "7.4", "8.0", "8.1", "8.2"]
name: PHP
runs-on: ubuntu-latest
steps: