Skip to content

Commit

Permalink
Merge pull request #98 from PUGX/allow-dp4
Browse files Browse the repository at this point in the history
⬆️  allow persistence 4 and drop sf 5
  • Loading branch information
garak authored Dec 30, 2024
2 parents 5a5457a + 70d1b73 commit 027697e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 14 deletions.
14 changes: 6 additions & 8 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,23 +6,21 @@ on:

jobs:
tests:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
strategy:
matrix:
php:
- '8.1'
- '8.2'
- '8.3'
- '8.4'
include:
- description: 'Symfony 5.4'
- description: 'Symfony 6.4'
php: '8.1'
composer_option: '--prefer-lowest'
- description: 'Symfony 6.4'
php: '8.2'
symfony: 6.4.*
- description: 'Symfony 7.1'
php: '8.3'
symfony: 7.1.*
- description: 'Symfony 7.2'
php: '8.4'
symfony: 7.2.*
name: PHP ${{ matrix.php }} tests (${{ matrix.description }})
steps:
- name: Checkout
Expand Down
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
],
"require": {
"php": "^8.1",
"doctrine/persistence": "^3.3",
"symfony/config": "^5.4 || ^6.4 || ^7.0",
"symfony/dependency-injection": "^5.4 || ^6.4 || ^7.0",
"symfony/event-dispatcher": "^5.4 || ^6.4 || ^7.0",
"symfony/form": "^5.4 || ^6.4 || ^7.0",
"symfony/http-kernel": "^5.4 || ^6.4 || ^7.0"
"doctrine/persistence": "^3.4 || ^4.0",
"symfony/config": "^6.4 || ^7.0",
"symfony/dependency-injection": "^6.4 || ^7.0",
"symfony/event-dispatcher": "^6.4 || ^7.0",
"symfony/form": "^6.4 || ^7.0",
"symfony/http-kernel": "^6.4 || ^7.0"
},
"require-dev": {
"phpunit/phpunit": "^10.5",
Expand Down

0 comments on commit 027697e

Please sign in to comment.