diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index ab70316..9d5c9cd 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -2,7 +2,11 @@ name: PHP build on: push: + branches: + - main pull_request: + branches: + - main release: schedule: - cron: "0 0 1 * *" @@ -15,11 +19,11 @@ jobs: strategy: matrix: operating-system: [ubuntu-latest] - php-version: ['8.1', '8.2'] + php-version: ['8.1', '8.2', '8.3'] name: PHP ${{ matrix.php-version }} steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Install PHP uses: shivammathur/setup-php@v2 with: