Skip to content

Commit

Permalink
test: update test setup
Browse files Browse the repository at this point in the history
  • Loading branch information
mychidarko committed Oct 31, 2024
1 parent 9d965dc commit ececd79
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
fail-fast: true
matrix:
os: ["ubuntu-latest","macos-latest","windows-latest"]
os: ["ubuntu-latest"]
php: ["8.3","8.2","8.1","8.0","7.4"]

name: PHP ${{ matrix.php }} - ${{ matrix.os }}
Expand Down
2 changes: 0 additions & 2 deletions alchemy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ actions:
- tests
os:
- ubuntu-latest
- macos-latest
- windows-latest
php:
extensions: json, zip, dom, curl, libxml, mbstring, PDO_PGSQL
versions:
Expand Down
2 changes: 1 addition & 1 deletion src/Auth/Config.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ public static function overwrite($config): void
/**
* Get Leaf Auth config
*/
public static function get($key = null): mixed
public static function get($key = null)
{
if ($key) {
return static::$config[$key] ?? null;
Expand Down

0 comments on commit ececd79

Please sign in to comment.