Skip to content

Commit eb844f8

Browse files
Merge pull request #23 from TheDragonCode/andrey-helldar-patch-1
Added PHPUnit 12 support
2 parents d812815 + f4d8363 commit eb844f8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/phpunit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
fail-fast: true
1111
matrix:
12-
php: [ "8.2", "8.3" ]
12+
php: [ "8.2", "8.3", "8.4" ]
1313
symfony: [ "6.0", "7.0" ]
1414

1515
name: PHP ${{ matrix.php }}, Symfony ${{ matrix.symfony }} ${{ matrix.prefer }}
@@ -29,7 +29,7 @@ jobs:
2929
run: |
3030
composer require --no-interaction \
3131
symfony/console:^${{ matrix.symfony }} \
32-
symfony/var-dumper:^${{ matrix.symfony }} \
32+
symfony/var-dumper:^${{ matrix.symfony }}
3333
3434
- name: Execute tests
3535
run: sudo vendor/bin/phpunit

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"symfony/console": "^6.0 || ^7.0"
4343
},
4444
"require-dev": {
45-
"phpunit/phpunit": "^11.0",
45+
"phpunit/phpunit": "^11.0 || ^12.0",
4646
"symfony/var-dumper": "^6.0 || ^7.0"
4747
},
4848
"minimum-stability": "stable",
@@ -67,4 +67,4 @@
6767
"preferred-install": "dist",
6868
"sort-packages": true
6969
}
70-
}
70+
}

0 commit comments

Comments
 (0)