Skip to content

Commit

Permalink
Merge pull request #273 from vtsykun/symfony7-1
Browse files Browse the repository at this point in the history
Run test on SF 7.1 and PHP 8.4
  • Loading branch information
vtsykun authored Sep 14, 2024
2 parents 484f51b + e6955c1 commit 56f3551
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,17 +37,18 @@ jobs:
driver: 'MYSQL'
redis: 6
symfony: '6.4.*'
- php: '8.3'
- php: '8.4'
driver: 'SQLITE'
redis: 7
symfony: '7.0.*'
symfony: '7.1.*'
composer_flags: '--ignore-platform-reqs'
name: PHP ${{ matrix.php }} ${{ matrix.driver }} SF ${{ matrix.symfony }}
runs-on: ubuntu-22.04

steps:
- name: "Checkout"
uses: "actions/checkout@v4"

- name: "Install PHP"
uses: "shivammathur/setup-php@v2"
with:
Expand Down Expand Up @@ -78,9 +79,9 @@ jobs:
echo $DATABASE_URL
if [[ "${{ matrix.symfony }}" != "6.4.*" ]]; then
export SYMFONY_REQUIRE="${{ matrix.symfony }}"
composer update --ansi --no-interaction
composer update --ansi --no-interaction ${{ matrix.composer_flags }}
else
composer install --ansi --no-interaction
composer install --ansi --no-interaction ${{ matrix.composer_flags }}
fi
- name: Start Redis
uses: "supercharge/[email protected]"
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"doctrine/dbal": "^3.7",
"doctrine/doctrine-bundle": "^2.9",
"doctrine/orm": "^2.15",
"ezyang/htmlpurifier": "^4.16",
"ezyang/htmlpurifier": "^4.16 || dev-master",
"firebase/php-jwt": "^6.5",
"friendsofphp/proxy-manager-lts": "^1.0",
"knplabs/knp-menu-bundle": "^3.2",
Expand Down

0 comments on commit 56f3551

Please sign in to comment.