Skip to content

Commit

Permalink
#85 - drop PHP 8.0 support
Browse files Browse the repository at this point in the history
  • Loading branch information
krzysztofrewak committed Mar 13, 2023
1 parent c66b3f0 commit ad0c3b7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

strategy:
matrix:
php: ["8.0", "8.1"]
php: ["8.1", "8.2"]

steps:
- uses: actions/checkout@v2
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"license": "MIT",
"type": "library",
"require": {
"php": "^8.0",
"friendsofphp/php-cs-fixer": "^3.13.1",
"kubawerlos/php-cs-fixer-custom-fixers": "^3.11.3"
"php": "^8.1",
"friendsofphp/php-cs-fixer": "^3.15",
"kubawerlos/php-cs-fixer-custom-fixers": "^3.13"
},
"require-dev": {
"jetbrains/phpstorm-attributes": "^1.0",
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3.7"

services:
php:
image: ghcr.io/blumilksoftware/php:8.1.0.0
image: ghcr.io/blumilksoftware/php:8.2
container_name: blumilk-codestyle-php
working_dir: /application
user: ${CURRENT_UID:-1000}
Expand Down

0 comments on commit ad0c3b7

Please sign in to comment.