Skip to content

Commit

Permalink
change github php base action
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 d05deaf commit 49a0d8c
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/npm-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,10 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: php-actions/composer@v6
- uses: shivammathur/setup-php@v2
with:
php_version: "8.3.1"
php_extensions: intl zip
version: 2.x
php-version: '8.3.1'
extensions: intl, zip
- run: composer install
- name: Use Node.js
uses: actions/setup-node@v3
Expand Down

0 comments on commit 49a0d8c

Please sign in to comment.