Skip to content

Commit

Permalink
add test cases for different phpunit version.
Browse files Browse the repository at this point in the history
  • Loading branch information
Basster committed Jul 18, 2024
1 parent 313b3b8 commit da49474
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,20 +15,35 @@ jobs:
php-version: ['8.1', '8.2', '8.3']
composer-flags: ['']
symfony-version: ['^6.4']
phpunit-version: ['^9.6']
include:
- php-version: 7.4
symfony-version: "^5.4"
composer-flags: "--prefer-lowest"
- php-version: 8.1
symfony-version: "^5.4"
phpunit-version: "^10.0"
- php-version: 8.1
symfony-version: "^6.4"
phpunit-version: "^10.0"
- php-version: 8.2
symfony-version: "^6.4"
phpunit-version: "^10.0"
- php-version: 8.2
symfony-version: "^7.0"
phpunit-version: "^10.0"
- php-version: 8.3
symfony-version: "^7.0"
phpunit-version: "^10.0"
- php-version: 8.2
symfony-version: "^6.4"
phpunit-version: "^11.0"
- php-version: 8.2
symfony-version: "^7.0"
phpunit-version: "^11.0"
- php-version: 8.3
symfony-version: "^7.0"
phpunit-version: "^11.0"

steps:
- name: Checkout
Expand Down Expand Up @@ -65,6 +80,7 @@ jobs:
symfony/twig-bundle=${{ matrix.symfony-version }}
symfony/validator=${{ matrix.symfony-version }}
symfony/yaml=${{ matrix.symfony-version }}
phpunit/phpunit=${{ phpunit-version }}
# This is needed to fix builds where the `annotation_reader` service may not be set up if
# the Annotations package is not in the production dependencies
Expand Down

0 comments on commit da49474

Please sign in to comment.