Skip to content

Commit

Permalink
Merge c4b66ab into 52a27ed
Browse files Browse the repository at this point in the history
  • Loading branch information
vitormattos committed Apr 2, 2023
2 parents 52a27ed + c4b66ab commit fe62ca5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/update-nextcloud-ocp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
fail-fast: false
matrix:
branches: ["main", "master", "stable26", "stable25"]
branches: ["main", "stable26", "stable25"]

name: update-nextcloud-ocp-${{ matrix.branches }}

Expand All @@ -27,10 +27,10 @@ jobs:
ref: ${{ matrix.branches }}
submodules: true

- name: Set up php8.1
- name: Set up php8.0
uses: shivammathur/setup-php@1a18b2267f80291a81ca1d33e7c851fe09e7dfc4 # v2
with:
php-version: 8.1
php-version: 8.0
extensions: ctype,curl,dom,fileinfo,gd,intl,json,mbstring,openssl,pdo_sqlite,posix,sqlite,xml,zip
coverage: none
env:
Expand All @@ -52,7 +52,7 @@ jobs:
continue-on-error: true

- name: Create Pull Request
uses: peter-evans/create-pull-request@18f7dc018cc2cd597073088f7c7591b9d1c02672 # v3
uses: peter-evans/create-pull-request@38e0b6e68b4c852a5500a94740f0e535e0d7ba54 # v4
with:
token: ${{ secrets.COMMAND_BOT_PAT }}
commit-message: "chore(dev-deps): Bump nextcloud/ocp package"
Expand Down

0 comments on commit fe62ca5

Please sign in to comment.