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