Skip to content

Commit

Permalink
Merge pull request #76 from battye/upgrade/symfony-6.3
Browse files Browse the repository at this point in the history
Upgrade/symfony 6.3
  • Loading branch information
battye authored Sep 23, 2023
2 parents 4bfdfa0 + ff019c0 commit 4efe5b0
Show file tree
Hide file tree
Showing 5 changed files with 652 additions and 436 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/phpunit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php: ['7.4']
php: ['8.1']

name: PHP ${{ matrix.php }} tests
steps:
Expand Down
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@
],
"minimum-stability": "stable",
"require": {
"php": "~7.4",
"symfony/yaml": "~3.4",
"symfony/console": "~3.4",
"symfony/finder": "~3.4",
"php": ">=8.1",
"symfony/yaml": "~6.3",
"symfony/console": "~6.3",
"symfony/finder": "~6.3",
"battye/php-array-parser": "~1.0"
},
"require-dev": {
"phpunit/phpunit": "~9.0"
"phpunit/phpunit": "~10.0"
},
"bin": [
"translation.php"
Expand Down
Loading

0 comments on commit 4efe5b0

Please sign in to comment.