Skip to content

Commit

Permalink
fix php version to 8.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Gregor Vostrak authored and Gregor Vostrak committed Jan 21, 2024
1 parent e778556 commit d05deaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/npm-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v4
- uses: php-actions/composer@v6
with:
php_version: "8.3"
php_version: "8.3.1"
php_extensions: intl zip
version: 2.x
- run: composer install
Expand Down

0 comments on commit d05deaf

Please sign in to comment.