Skip to content

Commit

Permalink
update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Hanashi committed Nov 17, 2024
1 parent 3fccbef commit 4d97f2d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codestyle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Setup PHP with tools
uses: shivammathur/setup-php@v2
with:
php-version: '8.0'
php-version: '8.1'
extensions: ctype, dom, exif, gd, gmp, hash, intl, json, libxml, mbstring, opcache, pcre, pdo, pdo_mysql, zlib
tools: cs2pr, phpcs, php-cs-fixer
- name: phpcs
Expand All @@ -28,7 +28,7 @@ jobs:
- name: Set up node.js
uses: actions/setup-node@v3
with:
node-version: "18"
node-version: "20"
cache: "npm"
- run: npm install
- name: Run prettier
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
- '8.1'
- '8.2'
- '8.3'
- '8.4'
steps:
- name: Set up PHP
uses: shivammathur/setup-php@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

- uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20

- name: Create package
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/typescript.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Set up node.js
uses: actions/setup-node@v3
with:
node-version: "18"
node-version: "20"
cache: "npm"
- run: npm install
- run: npx tsc --noEmit
Expand All @@ -29,7 +29,7 @@ jobs:
- name: Set up node.js
uses: actions/setup-node@v3
with:
node-version: "18"
node-version: "20"
cache: "npm"
- run: npm install
- run: npx eslint .

0 comments on commit 4d97f2d

Please sign in to comment.