Skip to content

Commit bca4bca

Browse files
committed
because of tests
1 parent 2faf6bd commit bca4bca

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/style.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@ jobs:
55
runs-on: ubuntu-latest
66
strategy:
77
matrix:
8-
php-versions: ['8.1']
8+
php-versions: ['8.2']
99
steps:
1010
- uses: actions/checkout@v2
1111

1212
- name: Setup PHP
1313
uses: shivammathur/setup-php@v2
1414
with:
15-
php-version: '8.1'
15+
php-version: '8.2'
1616

1717
- name: Install Dependencies
1818
run: composer install -q --no-ansi --no-interaction --no-scripts --no-suggest --no-progress --prefer-dist
@@ -26,7 +26,7 @@ jobs:
2626
- uses: actions/checkout@v2
2727
- uses: actions/setup-node@v2
2828
with:
29-
node-version: 14
29+
node-version: 20
3030

3131
- name: Install Node dependencies
3232
run: npm install --ignore-scripts

.github/workflows/tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@ jobs:
1212
runs-on: ubuntu-latest
1313
strategy:
1414
matrix:
15-
php-versions: ['8.1']
15+
php-versions: ['8.2']
1616

1717
steps:
1818
- uses: actions/checkout@v2
1919

2020
- name: Setup PHP
2121
uses: shivammathur/setup-php@v2
2222
with:
23-
php-version: '8.1'
23+
php-version: '8.2'
2424
coverage: 'xdebug'
2525

2626
- name: Copy .env

0 commit comments

Comments
 (0)