diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ff87da4..87af1e9 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -2,9 +2,9 @@ name: Test on: push: - branches: [ "main" ] + branches: [ "2.x" ] pull_request: - branches: [ "main" ] + branches: [ "2.x" ] permissions: contents: read @@ -14,7 +14,7 @@ jobs: name: Test runs-on: ubuntu-20.04 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Validate run: composer validate --strict - name: Build