Skip to content

Commit

Permalink
Merge pull request #11631 from greg0ire/php84-ci
Browse files Browse the repository at this point in the history
Add CI job for PHP 8.4
  • Loading branch information
greg0ire authored Oct 9, 2024
2 parents ad80e82 + 08328ad commit 109042e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
- "8.1"
- "8.2"
- "8.3"
- "8.4"
dbal-version:
- "default"
extension:
Expand Down Expand Up @@ -113,6 +114,7 @@ jobs:
php-version:
- "8.2"
- "8.3"
- "8.4"
dbal-version:
- "default"
- "3@dev"
Expand Down Expand Up @@ -186,6 +188,7 @@ jobs:
php-version:
- "8.2"
- "8.3"
- "8.4"
dbal-version:
- "default"
- "3@dev"
Expand Down Expand Up @@ -256,6 +259,7 @@ jobs:
php-version:
- "8.2"
- "8.3"
- "8.4"
dbal-version:
- "default"
- "3@dev"
Expand Down
3 changes: 1 addition & 2 deletions tests/Tests/TestInit.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,8 @@
use function mkdir;

use const E_ALL;
use const E_STRICT;

error_reporting(E_ALL | E_STRICT);
error_reporting(E_ALL);
date_default_timezone_set('UTC');

if (file_exists(__DIR__ . '/../../vendor/autoload.php')) {
Expand Down

0 comments on commit 109042e

Please sign in to comment.