Skip to content

Commit

Permalink
Bump symfony version to ^7.0 (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
rela589n authored Feb 11, 2024
1 parent ee38ea1 commit cd6f200
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 17 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: CI

on:
pull_request:
workflow_dispatch: ~
push:
branches:
- 'main'
Expand All @@ -17,7 +18,7 @@ jobs:
- name: 'Setup PHP'
uses: shivammathur/setup-php@v2
with:
php-version: 8.1
php-version: 8.2
ini-values: memory_limit=-1
coverage: none
tools: composer:v2
Expand All @@ -36,7 +37,7 @@ jobs:
- name: 'Setup PHP'
uses: shivammathur/setup-php@v2
with:
php-version: 8.1
php-version: 8.2
ini-values: memory_limit=-1
coverage: none
tools: composer:v2
Expand All @@ -57,7 +58,7 @@ jobs:
- name: 'Setup PHP'
uses: shivammathur/setup-php@v2
with:
php-version: 8.1
php-version: 8.2
ini-values: memory_limit=-1
coverage: none
tools: composer:v2
Expand All @@ -82,7 +83,7 @@ jobs:
- name: 'Setup PHP'
uses: shivammathur/setup-php@v2
with:
php-version: 8.1
php-version: 8.2
ini-values: memory_limit=-1
coverage: none
tools: composer:v2
Expand All @@ -102,9 +103,9 @@ jobs:
fail-fast: false
matrix:
php-version:
- '8.1'
- '8.2'
symfony-version:
- '6.4'
- '7.0'
steps:
- name: 'Checkout Code'
uses: actions/checkout@v4
Expand Down Expand Up @@ -139,7 +140,7 @@ jobs:
- name: 'Setup PHP'
uses: shivammathur/setup-php@v2
with:
php-version: 8.1
php-version: 8.2
ini-values: memory_limit=-1
coverage: pcov
tools: composer:v2
Expand Down
20 changes: 10 additions & 10 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@
"issues": "https://github.com/stfalcon-studio/swagger-bundle/issues"
},
"require": {
"php": ">=8.1",
"php": ">=8.2",
"ext-ctype": "*",
"ext-iconv": "*",
"symfony/console": "^6.4",
"symfony/console": "^7.0",
"symfony/flex": "^v2.4",
"symfony/framework-bundle": "^6.4",
"symfony/twig-bundle": "^6.4",
"symfony/yaml": "^6.4",
"symfony/asset": "^6.4",
"symfony/finder": "^6.4",
"symfony/framework-bundle": "^7.0",
"symfony/twig-bundle": "^7.0",
"symfony/yaml": "^7.0",
"symfony/asset": "^7.0",
"symfony/finder": "^7.0",
"symfony/polyfill-ctype": "^1.28",
"twig/twig": "^3.8"
},
Expand All @@ -30,9 +30,9 @@
"phpstan/phpstan-symfony": "^1.3",
"thecodingmachine/phpstan-strict-rules": "^1.0",
"phpunit/phpunit": "^9.5",
"symfony/dotenv": "^6.4",
"symfony/filesystem": "^6.4",
"symfony/phpunit-bridge": "^6.4"
"symfony/dotenv": "^7.0",
"symfony/filesystem": "^7.0",
"symfony/phpunit-bridge": "^7.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit cd6f200

Please sign in to comment.