Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
ronilaukkarinen committed Jan 10, 2025
1 parent af9258c commit 2ef0582
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ env:
PHPCOMPAT_DIR: /tmp/phpcompatibility
SNIFFS_DIR: /tmp/sniffs
WPCS_DIR: /tmp/wpcs
COMPOSER_AUTH: '{"github-oauth": {"github.com": "${{ secrets.GITHUB_TOKEN }}"}}'

jobs:
build:
Expand All @@ -27,6 +28,7 @@ jobs:
uses: php-actions/composer@v6
env:
COMPOSER: "composer.json"
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
php_version: "8.3"
version: "2.3.7"
Expand Down

0 comments on commit 2ef0582

Please sign in to comment.