Skip to content

Commit

Permalink
feat: updateed to PHP 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
avardugin committed Aug 22, 2024
1 parent eb346bd commit 4bb1b82
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests-with-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
- uses: shivammathur/setup-php@v2
with:
php-version: '8.2'
php-version: '8.3'
- uses: actions/checkout@v3
- name: Install Dependencies
run: composer install -q --no-ansi --no-interaction --no-scripts --no-progress --prefer-dist
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
}
],
"require": {
"php": "^8.2",
"php": "^8.3",
"laravel/framework": "^11.0",
"phpunit/phpunit": "^10.0",
"ext-json": "*"
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
nginx:
image: ghcr.io/ronasit/php-nginx-dev:8.2
image: ghcr.io/ronasit/php-nginx-dev:8.3
working_dir: /app
ports:
- 80:80
Expand Down

0 comments on commit 4bb1b82

Please sign in to comment.