Skip to content

Commit

Permalink
phpunit conf updated
Browse files Browse the repository at this point in the history
  • Loading branch information
s3b4stian committed Dec 13, 2023
1 parent d3ee80a commit e54eb30
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
fail-fast: true
matrix:
#php: [8.0, 8.1]
php: [8.1, 8.2]
php: [8.1, 8.2, 8.3]
mapper: [mysql, pgsql]

name: Unit tests PHP ${{ matrix.php }} and ${{ matrix.mapper }}
Expand Down
2 changes: 1 addition & 1 deletion phpunit.dist.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<var name="mongodb_server_string" value="mongodb://localhost:27017"/>
<var name="redis_host" value="127.0.0.1"/>
<var name="redis_port" value="6379"/>
<var name="redis_password" value="password"/>
<var name="redis_password" value=""/>
</php>
<source>
<include>
Expand Down

0 comments on commit e54eb30

Please sign in to comment.