Skip to content
Merged
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
2 changes: 1 addition & 1 deletion .github/workflows/check-pr-title.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ jobs:
name: Check PR title
runs-on: ubuntu-22.04
steps:
- uses: blumilksoftware/[email protected]
- uses: blumilksoftware/action-pr-title@e05fc76a1cc45b33644f1de51218be43ac121dd0 # v1.2.0
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.2", "8.3"]

steps:
- uses: actions/[email protected]
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

- name: Setup PHP
uses: shivammathur/setup-php@2.31.1
uses: shivammathur/setup-php@cf4cade2721270509d5b1c766ab3549210a39a2a # 2.33.0
with:
php-version: ${{ matrix.php }}
coverage: none

- name: Cache composer dependencies
uses: actions/[email protected].0
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
with:
path: vendor
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
Expand Down
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
"type": "library",
"require": {
"php": "^8.2",
"friendsofphp/php-cs-fixer": "^3.70",
"kubawerlos/php-cs-fixer-custom-fixers": "^3.23"
"friendsofphp/php-cs-fixer": "^3.75.0",
"kubawerlos/php-cs-fixer-custom-fixers": "^3.25.0"
},
"require-dev": {
"jetbrains/phpstorm-attributes": "^1.1",
"phpunit/phpunit": "^11.2",
"symfony/console": "^7.0"
"jetbrains/phpstorm-attributes": "^1.2",
"phpunit/phpunit": "^11.5.20",
"symfony/console": "^7.2.6"
},
"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.3
image: ghcr.io/blumilksoftware/php:8.4@sha256:95881b08ea6dc2c908fa30a16af868bf2579a2ffbf7fcaded46556eb9ef21afb
container_name: blumilk-codestyle-php
working_dir: /application
user: ${CURRENT_UID:-1000}
Expand Down