Skip to content

Commit 242beb5

Browse files
committed
Added php 8.4 to ci pipeline and cleanup of older phpunit-bridge versions
1 parent cd37e36 commit 242beb5

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

.github/workflows/tests.yml

+1-5
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
strategy:
1818
fail-fast: true
1919
matrix:
20-
php: ['7.4', '8.1', '8.2', '8.3']
20+
php: ['7.4', '8.1', '8.2', '8.3', '8.4']
2121

2222
name: PHP ${{ matrix.php }}
2323

@@ -38,10 +38,6 @@ jobs:
3838
cp tests/acceptance.conf.php.default tests/acceptance.conf.php
3939
cp tests/smoke.conf.php.default tests/smoke.conf.php
4040
41-
- name: Require Symfony PHPUnit Bridge 5.4 for PHP 8.1
42-
if: ${{ matrix.php >= 8.1 }}
43-
run: composer require symfony/phpunit-bridge:^5.4 --dev --prefer-dist --no-interaction --no-progress
44-
4541
- name: Install dependencies
4642
uses: nick-fields/retry@v3
4743
with:

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
},
2828
"require-dev": {
2929
"mockery/mockery": "^1.0",
30-
"symfony/phpunit-bridge": "^4.4|^5.4"
30+
"symfony/phpunit-bridge": "^7"
3131
},
3232
"replace": {
3333
"swiftmailer/swiftmailer": "^6"

0 commit comments

Comments
 (0)