Skip to content

Commit

Permalink
ci: update github workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
dvdmlln committed Jan 23, 2024
1 parent 0a59524 commit 5ffee88
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: php-actions/composer@v6
- uses: shivammathur/setup-php@v2
with:
php_version: 8.1
php_extensions: intl
args: --no-scripts --ignore-platform-reqs
php-version: 8.2
extensions: intl
tools: composer:v2
- run: composer install
- run: composer run-script phpcs
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: remindgmbh/semantic-release-action@v1.0.0
- uses: remindgmbh/semantic-release-action@v2.1.1
with:
github-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 5ffee88

Please sign in to comment.