Merge pull request #740 from erikn69/patch-1

PHP 8.2 Build
This commit is contained in:
Denis Sokolov
2022-10-18 17:13:22 +03:00
committed by GitHub
+1 -1
View File
@@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
php: ['5.5', '5.6', '7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1']
php: ['5.5', '5.6', '7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2']
steps:
- name: Checkout Code