Skip to content

Commit

Permalink
no-issue - CI - test
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonMellerin committed Nov 24, 2023
1 parent 5ad07d4 commit 7d5e492
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ env:

jobs:
phpunit-smoke-tests:
name: "PHPUnit with Symfony et PHP version matrix"
name: "PHPUnit with PHP version matrix"
runs-on: ubuntu-latest
container:
image: ghcr.io/makinacorpus/dbtoolsbundle-ci:main
Expand All @@ -39,8 +39,8 @@ jobs:
extension:
- "pdo_pgsql"
dependencies:
- "lowest"
- "highest"
- "lowest"
- "highest"

services:
postgres:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.34",
"phpstan/phpstan": "^1.10",
"phpunit/phpunit": "^10.3",
"phpunit/phpunit": "^10.4",
"symfony/framework-bundle": "^6.0",
"symfony/validator": "^6.3"
},
Expand Down

0 comments on commit 7d5e492

Please sign in to comment.