File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919
2020 steps :
2121 - name : Checkout code
22- uses : actions/checkout@v3
22+ uses : actions/checkout@v4
2323
2424 - name : Setup PHP
2525 uses : shivammathur/setup-php@v2
Original file line number Diff line number Diff line change 5050
5151 - name : Cache Composer packages
5252 id : composer-cache
53- uses : actions/cache@v2
53+ uses : actions/cache@v4
5454 with :
5555 path : vendor
5656 key : ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ public function test_get_method()
1313
1414 $ response = $ http ->get ("https://www.oogle.com " );
1515
16- $ this ->assertEquals ($ response ->statusCode (), 525 );
16+ $ this ->assertEquals ($ response ->statusCode (), 503 );
1717 }
1818
1919 public function test_get_method_with_custom_headers ()
You can’t perform that action at this time.
0 commit comments