Skip to content

Commit

Permalink
Merge pull request #266 from biblioverse/php8-4
Browse files Browse the repository at this point in the history
Upgrade to PHP 8.3
  • Loading branch information
SergioMendolia authored Dec 22, 2024
2 parents e1160dc + 85d1892 commit 7152d99
Show file tree
Hide file tree
Showing 71 changed files with 422 additions and 280 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/symfony.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
strategy:
matrix:
typesense-version: [ 27.1 ]
node: [22]

steps:
- name: Start Typesense
Expand All @@ -37,7 +38,7 @@ jobs:
done
- uses: shivammathur/setup-php@v2
with:
php-version: '8.2'
php-version: '8.3'
- uses: actions/checkout@v4
- name: Copy .env.test.local
run: |
Expand Down
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"minimum-stability": "stable",
"prefer-stable": true,
"require": {
"php": ">=8.2",
"php": ">=8.3",
"ext-ctype": "*",
"ext-exif": "*",
"ext-gd": "*",
Expand Down Expand Up @@ -36,6 +36,7 @@
"symfony/apache-pack": "^1.0",
"symfony/asset": "^7.1",
"symfony/console": "^6.2",
"symfony/doctrine-bridge": "^7.1",
"symfony/doctrine-messenger": "^7.1",
"symfony/dotenv": "^7.1",
"symfony/expression-language": "^7.1",
Expand Down
Loading

0 comments on commit 7152d99

Please sign in to comment.