Skip to content

Commit

Permalink
Updated PHP version to 8.3, upgraded actions/checkout version
Browse files Browse the repository at this point in the history
  • Loading branch information
ibexa-yuna authored Apr 10, 2024
1 parent ffc7df3 commit 8a40a35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/auto_tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
- name: Setup PHP Action
uses: shivammathur/setup-php@v2
with:
php-version: 8.1
php-version: 8.3
coverage: none
extensions: pdo_sqlite, gd
tools: cs2pr
Expand All @@ -97,7 +97,7 @@ jobs:
installation_id: ${{ secrets.AUTOMATION_CLIENT_INSTALLATION }}
private_key: ${{ secrets.AUTOMATION_CLIENT_SECRET }}

- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
persist-credentials: false

Expand Down

0 comments on commit 8a40a35

Please sign in to comment.