File tree Expand file tree Collapse file tree 1 file changed +5
-9
lines changed Expand file tree Collapse file tree 1 file changed +5
-9
lines changed Original file line number Diff line number Diff line change @@ -12,16 +12,14 @@ jobs:
12
12
strategy :
13
13
fail-fast : false
14
14
matrix :
15
- php-version : ['7.2 ', '7.4 ']
15
+ php-version : ['7.4 ', '8.2 ']
16
16
prefer-lowest : ['']
17
17
include :
18
- - php-version : ' 7.2 '
18
+ - php-version : ' 7.4 '
19
19
prefer-lowest : ' prefer-lowest'
20
20
21
21
steps :
22
- - uses : actions/checkout@v1
23
- with :
24
- fetch-depth : 1
22
+ - uses : actions/checkout@v3
25
23
26
24
- name : Setup PHP
27
25
uses : shivammathur/setup-php@v2
44
42
- name : Composer install --no-progress --prefer-dist --optimize-autoloader
45
43
run : |
46
44
composer --version
47
- composer require --dev phpunit/phpunit:"^8 .5"
45
+ composer require --dev phpunit/phpunit:"^9 .5"
48
46
if ${{ matrix.prefer-lowest == 'prefer-lowest' }}
49
47
then
50
48
composer update --prefer-lowest --prefer-stable
72
70
runs-on : ubuntu-22.04
73
71
74
72
steps :
75
- - uses : actions/checkout@v1
76
- with :
77
- fetch-depth : 1
73
+ - uses : actions/checkout@v3
78
74
79
75
- name : Setup PHP
80
76
uses : shivammathur/setup-php@v2
You can’t perform that action at this time.
0 commit comments