diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index fae82eb6..051e6553 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -2,19 +2,19 @@ name: PHP on: push: - branches: [ main ] + branches: [main] tags: - "php/v**" paths: - - '.github/workflows/php.yml' - - 'php/**' - - 'test-resources/**' + - ".github/workflows/php.yml" + - "php/**" + - "test-resources/**" pull_request: - branches: [ main ] + branches: [main] paths: - - '.github/workflows/php.yml' - - 'php/**' - - 'test-resources/**' + - ".github/workflows/php.yml" + - "php/**" + - "test-resources/**" permissions: contents: read @@ -34,6 +34,8 @@ jobs: - "8.1" - "8.2" - "8.3" + - "8.4" + - "8.5" steps: - name: "Checkout" uses: actions/checkout@v7