Skip to content

Commit e28cbbe

Browse files
committed
update workflows
1 parent d609642 commit e28cbbe

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/codestyle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Setup PHP with tools
1313
uses: shivammathur/setup-php@v2
1414
with:
15-
php-version: '8.0'
15+
php-version: '8.1'
1616
extensions: ctype, dom, exif, gd, gmp, hash, intl, json, libxml, mbstring, opcache, pcre, pdo, pdo_mysql, zlib
1717
tools: cs2pr, phpcs, php-cs-fixer
1818
- name: phpcs

.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.8.1
1818
with:
19-
node-version: 16
19+
node-version: 20
2020

2121
- name: Create package
2222
run: |

0 commit comments

Comments
 (0)