File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,15 +10,13 @@ jobs:
1010 strategy :
1111 fail-fast : false
1212 matrix :
13- php : ['7.4', '8.5']
14- guzzle : ['^6.3', '^7.0']
13+ php : ['8.1', '8.5']
1514
1615 steps :
1716 - uses : actions/checkout@v4
1817 - uses : shivammathur/setup-php@v2
1918 with :
2019 php-version : ${{ matrix.php }}
2120 coverage : none
22- - run : composer require --no-update "guzzlehttp/guzzle:${{ matrix.guzzle }}"
2321 - run : composer update --prefer-dist --no-interaction
2422 - run : find src -name '*.php' -print0 | xargs -0 -n1 php -l
Original file line number Diff line number Diff line change 1010 }
1111 ],
1212 "require" : {
13- "google/apiclient" : " ^2.2" ,
14- "guzzlehttp/guzzle" : " ^6.3 || ^7.0"
13+ "php" : " ^8.1" ,
14+ "google/apiclient" : " ^2.19" ,
15+ "guzzlehttp/guzzle" : " ^7.4.5"
1516 },
1617 "autoload" : {
1718 "psr-4" : {
You can’t perform that action at this time.
0 commit comments