Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dpfaffenbauer committed Jul 18, 2024
1 parent e672f23 commit dd0142b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/behat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,11 @@ jobs:
PIMCORE_INSTALL_MYSQL_DATABASE: "coreshop_test"
PIMCORE_INSTALL_MYSQL_PORT: "3306"
PIMCORE_KERNEL_CLASS: 'Kernel'
PIMCORE_CLASS_DIRECTORY: 'var/tmp/behat/var/classes'

strategy:
matrix:
php: [ 8.1, 8.2 ]
pimcore: [ ^11.0 ]
php: [ 8.1, 8.2, 8.3 ]
pimcore: [ ^11.2, ^11.3 ]
dependencies: [ highest ]
exclude:
- php: 8.1
Expand Down
1 change: 0 additions & 1 deletion behat-bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
}

define('PIMCORE_TEST', true);
define('PIMCORE_CLASS_DIRECTORY', __DIR__ . '/var/tmp/behat/var/classes');

error_reporting(E_ALL);

Expand Down

0 comments on commit dd0142b

Please sign in to comment.