Skip to content

Commit

Permalink
Removing more deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
Garethp committed Aug 24, 2024
1 parent 7fb665b commit b833ec9
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php: [ '8.0', '8.1', '8.2', '8.3' ]
php: [ '8.2', '8.3' ]
name: PHP ${{ matrix.php }}
steps:
- name: Checkout
Expand Down
4 changes: 2 additions & 2 deletions tests/src/APITest.php
Original file line number Diff line number Diff line change
Expand Up @@ -341,14 +341,14 @@ public function testListItemChanges($folderInput)
*
* @return array
*/
public function listChangesProvider()
public static function listChangesProvider()
{
return array(
array(array('Test', 'calendar'))
);
}

public function getFolderByDisplayNameProvider()
public static function getFolderByDisplayNameProvider()
{
return array(
array('Common Views', 'Common Views')
Expand Down

0 comments on commit b833ec9

Please sign in to comment.