Skip to content
This repository has been archived by the owner on Apr 20, 2023. It is now read-only.

Commit

Permalink
Merge pull request #1 from anilken/fix-api
Browse files Browse the repository at this point in the history
Live api fix
  • Loading branch information
anilken authored May 19, 2022
2 parents f247f54 + eab87ca commit 85d4e05
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
fail-fast: true
matrix:
os: [ubuntu-latest, windows-latest]
php: [7.3, 7.4, 8.0, 8.1]
php: [7.4]
stability: [prefer-lowest, prefer-stable]

name: P${{ matrix.php }} - ${{ matrix.stability }} - ${{ matrix.os }}
Expand Down
2 changes: 1 addition & 1 deletion src/Base.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

class Base
{
protected $api_url = "https://www.turkpin.com/api.php";
protected $api_url = "http://turkpin.com/api.php";

/**
* @var string Turkpin Api Username
Expand Down

0 comments on commit 85d4e05

Please sign in to comment.