Skip to content

Commit

Permalink
Added php 8.4 to ci pipeline and cleanup of older phpunit-bridge vers…
Browse files Browse the repository at this point in the history
…ions
  • Loading branch information
thirsch committed Dec 30, 2024
1 parent cd37e36 commit 242beb5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
fail-fast: true
matrix:
php: ['7.4', '8.1', '8.2', '8.3']
php: ['7.4', '8.1', '8.2', '8.3', '8.4']

name: PHP ${{ matrix.php }}

Expand All @@ -38,10 +38,6 @@ jobs:
cp tests/acceptance.conf.php.default tests/acceptance.conf.php
cp tests/smoke.conf.php.default tests/smoke.conf.php
- name: Require Symfony PHPUnit Bridge 5.4 for PHP 8.1
if: ${{ matrix.php >= 8.1 }}
run: composer require symfony/phpunit-bridge:^5.4 --dev --prefer-dist --no-interaction --no-progress

- name: Install dependencies
uses: nick-fields/retry@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
},
"require-dev": {
"mockery/mockery": "^1.0",
"symfony/phpunit-bridge": "^4.4|^5.4"
"symfony/phpunit-bridge": "^7"
},
"replace": {
"swiftmailer/swiftmailer": "^6"
Expand Down

0 comments on commit 242beb5

Please sign in to comment.