Commit 4683109 1 parent 4aeed0d commit 4683109 Copy full SHA for 4683109
File tree 3 files changed +9
-4
lines changed
3 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -10,14 +10,14 @@ jobs:
10
10
11
11
strategy :
12
12
matrix :
13
- operating-system : [ ubuntu-latest, ubuntu-20.04 ]
14
- php : [ '8.0', '8.1 ' ]
13
+ operating-system : [ ubuntu-latest ]
14
+ php : [ '8.4 ' ]
15
15
16
16
steps :
17
17
- uses : actions/checkout@master
18
18
19
19
- name : Setup PHP
20
- uses : nanasess /setup-php@master
20
+ uses : shivammathur /setup-php@master
21
21
with :
22
22
php-version : ${{ matrix.php }}
23
23
Original file line number Diff line number Diff line change
1
+ Release Notes
2
+ =============
3
+ ## 1.3.0
4
+ ### Changes
5
+ * Updated to PHP 8.4 #KDS-524
Original file line number Diff line number Diff line change 16
16
}
17
17
],
18
18
"require" : {
19
- "php" : " >=8.0 " ,
19
+ "php" : " >=8.4 " ,
20
20
"psr/log" : " ^1" ,
21
21
"psr/http-message" : " ^1" ,
22
22
"psr/http-server-middleware" : " ^1"
You can’t perform that action at this time.
0 commit comments