ci: tell GitHub to also run tests for PHP 8.*

This commit is contained in:
Fonata
2022-12-26 20:29:42 +01:00
committed by Fonata
parent 919528bb2f
commit ac6b2665cd

View File

@@ -10,6 +10,9 @@ jobs:
fail-fast: false
matrix:
php_version:
- "8.2"
- "8.1"
- "8.0"
- "7.4"
- "7.3"
- "7.2"