File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66 php-version :
77 required : false
88 type : string
9- description : the php version to use, defaults to 8.3
10- default : ' 8.3 '
9+ description : the php version to use, defaults to 8.4
10+ default : ' 8.4 '
1111
1212runs :
1313 using : composite
Original file line number Diff line number Diff line change @@ -13,13 +13,13 @@ jobs:
1313 strategy :
1414 matrix :
1515 include :
16- - php-version : 8.3
1716 - php-version : 8.4
17+ - php-version : 8.5
1818
1919
2020 steps :
2121 - name : checkout
22- uses : actions/checkout@v3
22+ uses : actions/checkout@v6
2323 - name : PHP
2424 uses : ./.github/actions/setup-php
2525 with :
@@ -34,12 +34,12 @@ jobs:
3434 strategy :
3535 matrix :
3636 include :
37- - php-version : 8.3
3837 - php-version : 8.4
38+ - php-version : 8.5
3939
4040 steps :
4141 - name : checkout
42- uses : actions/checkout@v3
42+ uses : actions/checkout@v6
4343 - name : PHP
4444 uses : ./.github/actions/setup-php
4545 with :
Original file line number Diff line number Diff line change 66 { "name" : " Christopher Davis" , "email" : " chris@pmg.com" }
77 ],
88 "require" : {
9- "php" : " ^8.3 " ,
9+ "php" : " ^8.4 " ,
1010 "psr/log" : " ^1.0 || ^2.0 || ^3.0" ,
1111 "guzzlehttp/promises" : " ^2.0.3"
1212
You can’t perform that action at this time.
0 commit comments