File tree 2 files changed +3
-6
lines changed
2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 25
25
php-versions : ['8.1']
26
26
steps :
27
27
- name : Checkout
28
- uses : actions/checkout@v2
28
+ uses : actions/checkout@v3
29
29
- name : Setup PHP, with composer and extensions
30
30
uses : shivammathur/setup-php@v2
31
31
with :
45
45
id : composer-cache
46
46
run : echo "::set-output name=dir::$(composer config cache-files-dir)"
47
47
- name : Cache composer dependencies
48
- uses : actions/cache@v2
48
+ uses : actions/cache@v3
49
49
with :
50
50
path : ${{ steps.composer-cache.outputs.dir }}
51
51
key : ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
Original file line number Diff line number Diff line change 30
30
},
31
31
"require" : {
32
32
"php" : " ^8.1" ,
33
- "phplist/core" : " dev-ISSUE-337 "
33
+ "phplist/core" : " v5.0.0-alpha3 "
34
34
},
35
35
"require-dev" : {
36
36
"phpunit/phpunit" : " ^9.5" ,
77
77
]
78
78
},
79
79
"extra" : {
80
- "branch-alias" : {
81
- "dev-ISSUE-337" : " 5.0.x-dev"
82
- },
83
80
"symfony-app-dir" : " bin" ,
84
81
"symfony-bin-dir" : " bin" ,
85
82
"symfony-var-dir" : " var" ,
You can’t perform that action at this time.
0 commit comments