Skip to content

Commit

Permalink
[shopsys] Upgraded to PHP 8.3 (#3002)
Browse files Browse the repository at this point in the history
  • Loading branch information
grossmannmartin authored Feb 9, 2024
2 parents 02c2979 + 50bba7d commit 8688b91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-checks-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Install PHP, extensions and tools
uses: shivammathur/setup-php@v2
with:
php-version: '8.1'
php-version: '8.3'
extensions: bcmath, gd, intl, pdo_pgsql, redis, pgsql, zip
tools: composer
- name: Install Composer dependencies
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
}
},
"require": {
"php": "^8.1",
"php": "^8.3",
"ext-json": "*",
"ext-pdo": "*",
"doctrine/dbal": "^3.3.3",
Expand Down

0 comments on commit 8688b91

Please sign in to comment.