Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,16 @@ jobs:
php: ["8.3", "8.4"]

steps:
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1

- name: Setup PHP
uses: shivammathur/setup-php@bf6b4fbd49ca58e4608c9c89fba0b8d90bd2a39f # 2.35.5
uses: shivammathur/setup-php@44454db4f0199b8b9685a5d763dc37cbf79108e1 # 2.36.0
with:
php-version: ${{ matrix.php }}
coverage: none

- name: Cache composer dependencies
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
with:
path: vendor
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
"type": "library",
"require": {
"php": "^8.3",
"friendsofphp/php-cs-fixer": "^3.89.1",
"kubawerlos/php-cs-fixer-custom-fixers": "^3.30.2"
"friendsofphp/php-cs-fixer": "^3.89.2",
"kubawerlos/php-cs-fixer-custom-fixers": "^3.36.0"
},
"require-dev": {
"jetbrains/phpstorm-attributes": "^1.2",
"phpunit/phpunit": "^11.5.43",
"symfony/console": "^7.3.5"
"phpunit/phpunit": "^11.5.55",
"symfony/console": "^7.3.10"
},
"authors": [
{
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:
php:
image: ghcr.io/blumilksoftware/php:8.4@sha256:95881b08ea6dc2c908fa30a16af868bf2579a2ffbf7fcaded46556eb9ef21afb
image: ghcr.io/blumilksoftware/php:8.5@sha256:a1fcb8a9511809a867439793db1e86e2a481dcf28efe3cf1aa0575c10d11eaf3
container_name: blumilk-codestyle-php
working_dir: /application
user: ${CURRENT_UID:-1000}
Expand Down