File tree 2 files changed +6
-5
lines changed
2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -18,22 +18,23 @@ jobs:
18
18
- ' 8.0'
19
19
- ' 8.1'
20
20
- ' 8.2'
21
+ - ' 8.3'
21
22
dependencies : [highest]
22
23
allowed-to-fail : [false]
23
24
variant : [normal]
24
25
include :
25
- - php-version : ' 8.1 '
26
+ - php-version : ' 8.2 '
26
27
dependencies : highest
27
28
allowed-to-fail : true
28
29
variant : ' squizlabs/php_codesniffer:"dev-master"'
29
- - php-version : ' 8.2 '
30
+ - php-version : ' 8.3 '
30
31
dependencies : highest
31
32
allowed-to-fail : true
32
33
variant : ' squizlabs/php_codesniffer:"dev-master"'
33
34
34
35
steps :
35
36
- name : Checkout
36
- uses : actions/checkout@v3
37
+ uses : actions/checkout@v4
37
38
38
39
- name : Install PHP with extensions
39
40
uses : shivammathur/setup-php@v2
46
47
run : composer require ${{ matrix.variant }} --no-update
47
48
48
49
- name : " Install Composer dependencies (${{ matrix.dependencies }})"
49
- uses : " ramsey/composer-install@v2 "
50
+ uses : " ramsey/composer-install@v3 "
50
51
with :
51
52
dependency-versions : " ${{ matrix.dependencies }}"
52
53
composer-options : " --prefer-dist --prefer-stable"
Original file line number Diff line number Diff line change 28
28
},
29
29
"extra" : {
30
30
"branch-alias" : {
31
- "dev-master" : " 1.4 .x-dev"
31
+ "dev-master" : " 1.5 .x-dev"
32
32
}
33
33
}
34
34
}
You can’t perform that action at this time.
0 commit comments