File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 5
5
runs-on : ubuntu-latest
6
6
strategy :
7
7
matrix :
8
- php-versions : ['8.1 ']
8
+ php-versions : ['8.2 ']
9
9
steps :
10
10
- uses : actions/checkout@v2
11
11
12
12
- name : Setup PHP
13
13
uses : shivammathur/setup-php@v2
14
14
with :
15
- php-version : ' 8.1 '
15
+ php-version : ' 8.2 '
16
16
17
17
- name : Install Dependencies
18
18
run : composer install -q --no-ansi --no-interaction --no-scripts --no-suggest --no-progress --prefer-dist
26
26
- uses : actions/checkout@v2
27
27
- uses : actions/setup-node@v2
28
28
with :
29
- node-version : 14
29
+ node-version : 20
30
30
31
31
- name : Install Node dependencies
32
32
run : npm install --ignore-scripts
Original file line number Diff line number Diff line change @@ -12,15 +12,15 @@ jobs:
12
12
runs-on : ubuntu-latest
13
13
strategy :
14
14
matrix :
15
- php-versions : ['8.1 ']
15
+ php-versions : ['8.2 ']
16
16
17
17
steps :
18
18
- uses : actions/checkout@v2
19
19
20
20
- name : Setup PHP
21
21
uses : shivammathur/setup-php@v2
22
22
with :
23
- php-version : ' 8.1 '
23
+ php-version : ' 8.2 '
24
24
coverage : ' xdebug'
25
25
26
26
- name : Copy .env
You can’t perform that action at this time.
0 commit comments