Skip to content

Commit

Permalink
2891: Require php 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tuj committed Nov 6, 2024
1 parent 29cfc12 commit 863bea6
Show file tree
Hide file tree
Showing 3 changed files with 85 additions and 85 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pr-php.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php: ['8.1']
php: ['8.3']
name: Validate composer (${{ matrix.php}})
steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -50,7 +50,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php: ['8.1']
php: ['8.3']
name: Coding style fixer (${{ matrix.php }})
steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -95,7 +95,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php: ['8.1']
php: ['8.3']
name: Validate database schema (${{ matrix.php }})
steps:
- uses: actions/checkout@v3
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"license": "AGPL-3.0-or-later",
"type": "project",
"require": {
"php": "^8.1",
"php": "^8.3",
"ext-ctype": "*",
"ext-iconv": "*",
"ext-json": "*",
Expand All @@ -22,7 +22,7 @@
"symfony/runtime": "^6.4",
"symfony/security-bundle": "^6.4",
"symfony/serializer": "^6.4",
"symfony/translation": "6.4.*",
"symfony/translation": "^6.4",
"symfony/twig-bundle": "^6.4",
"symfony/validator": "^6.4",
"symfony/webpack-encore-bundle": "^1.7",
Expand Down
Loading

0 comments on commit 863bea6

Please sign in to comment.