Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
TavoNiievez committed Dec 7, 2023
1 parent 7b6f6d7 commit 7f538f9
Show file tree
Hide file tree
Showing 11 changed files with 53 additions and 500 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/symfony.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@ name: CI
on:
push:
branches:
- '6.0'
- '6.1'
pull_request:
branches:
- '6.0'
- '6.1'

env:
APP_ENV: test

jobs:
symfony:
name: Symfony 5.4 (PHP ${{ matrix.php-versions }})
name: Symfony 6.1 (PHP ${{ matrix.php-versions }})
runs-on: ubuntu-latest
strategy:
fail-fast: true
Expand Down
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,14 @@
"ext-ctype": "*",
"ext-iconv": "*",
"doctrine/doctrine-bundle": "2.6",
"sensio/framework-extra-bundle": "^6.2",
"symfony/apache-pack": "^1.0",
"symfony/console": "6.1.*",
"symfony/dotenv": "6.1.*",
"symfony/cache": "5.4.*",
"symfony/flex": "^2.1",
"symfony/form": "6.1.*",
"symfony/framework-bundle": "6.1.*",
"symfony/mailer": "6.1.*",
"symfony/monolog-bundle": "^3.7",
"symfony/runtime": "6.1.*",
"symfony/security-bundle": "6.1.*",
"symfony/translation": "6.1.*",
Expand Down
Loading

0 comments on commit 7f538f9

Please sign in to comment.