Skip to content

Commit 4d97f2d

Browse files
committed
update workflows
1 parent 3fccbef commit 4d97f2d

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

.github/workflows/codestyle.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Setup PHP with tools
1414
uses: shivammathur/setup-php@v2
1515
with:
16-
php-version: '8.0'
16+
php-version: '8.1'
1717
extensions: ctype, dom, exif, gd, gmp, hash, intl, json, libxml, mbstring, opcache, pcre, pdo, pdo_mysql, zlib
1818
tools: cs2pr, phpcs, php-cs-fixer
1919
- name: phpcs
@@ -28,7 +28,7 @@ jobs:
2828
- name: Set up node.js
2929
uses: actions/setup-node@v3
3030
with:
31-
node-version: "18"
31+
node-version: "20"
3232
cache: "npm"
3333
- run: npm install
3434
- name: Run prettier

.github/workflows/php.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
- '8.1'
1616
- '8.2'
1717
- '8.3'
18+
- '8.4'
1819
steps:
1920
- name: Set up PHP
2021
uses: shivammathur/setup-php@v2

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
- uses: actions/setup-node@v3
1818
with:
19-
node-version: 18
19+
node-version: 20
2020

2121
- name: Create package
2222
run: |

.github/workflows/typescript.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Set up node.js
1616
uses: actions/setup-node@v3
1717
with:
18-
node-version: "18"
18+
node-version: "20"
1919
cache: "npm"
2020
- run: npm install
2121
- run: npx tsc --noEmit
@@ -29,7 +29,7 @@ jobs:
2929
- name: Set up node.js
3030
uses: actions/setup-node@v3
3131
with:
32-
node-version: "18"
32+
node-version: "20"
3333
cache: "npm"
3434
- run: npm install
3535
- run: npx eslint .

0 commit comments

Comments
 (0)