diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index a8e25cfe..6ee637ec 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -1,6 +1,6 @@ name: PHP UnitTets -on: +on: push: branches: - master @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - php: [7.4, 8.0, 8.1] + php: [7.4, 8.0, 8.1, 8.2] name: Tests PHP ${{ matrix.php }}