Skip to content

Commit

Permalink
Merge pull request #138 from GW2Treasures/ci/php-8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
darthmaim authored Feb 7, 2024
2 parents 326cc20 + b357aaf commit 44859f9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ jobs:
fail-fast: false
matrix:
php:
- '7.2' # version used by gw2treasures.com
- '7.2' # version used by legacy.gw2treasures.com
- '7.4' # latest 7.x
- '8.1' # stable 8
- '8.2' # stable 8
- '8.3' # stable 8
phar:
- false
include:
Expand Down
2 changes: 2 additions & 0 deletions tests/BasicTestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@
use Psr\Http\Message\RequestInterface;
use PHPUnit\Framework\TestCase;

error_reporting(E_ALL);

abstract class BasicTestCase extends TestCase {
/** @var GW2Api $api */
protected $api;
Expand Down

0 comments on commit 44859f9

Please sign in to comment.