File tree 5 files changed +4
-6
lines changed
5 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 17
17
strategy :
18
18
matrix :
19
19
php-version :
20
- - " 7.4 "
20
+ - " 8.1 "
21
21
22
22
steps :
23
23
- uses : actions/checkout@v3
Original file line number Diff line number Diff line change 17
17
strategy :
18
18
matrix :
19
19
php-version :
20
- - " 7.4 "
20
+ - " 8.1 "
21
21
22
22
steps :
23
23
- uses : actions/checkout@v3
Original file line number Diff line number Diff line change 19
19
strategy :
20
20
matrix :
21
21
php-version :
22
- - " 8.2 "
22
+ - " 8.3 "
23
23
24
24
steps :
25
25
- uses : actions/checkout@v3
Original file line number Diff line number Diff line change 16
16
strategy :
17
17
matrix :
18
18
php-version :
19
- - ' 7.4'
20
- - ' 8.0'
21
19
- ' 8.1'
22
20
- ' 8.2'
23
21
- ' 8.3'
Original file line number Diff line number Diff line change 10
10
}
11
11
],
12
12
"require" : {
13
- "php" : " ^7.4 || ^8.0 " ,
13
+ "php" : " ^8.1 " ,
14
14
"sanmai/pipeline" : " ^6.8" ,
15
15
"tumblr/chorus-timekeeper" : " ^0.1.0"
16
16
},
You can’t perform that action at this time.
0 commit comments