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
4 changes: 2 additions & 2 deletions .github/workflows/coding-standards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
os:
- ubuntu-latest
php-version:
- '8.2'
- '8.3'
dependencies:
- locked
permissions:
Expand Down Expand Up @@ -137,7 +137,7 @@ jobs:
os:
- ubuntu-latest
php-version:
- '8.2'
- '8.3'
dependencies:
- locked
permissions:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dependency-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
os:
- ubuntu-latest
php-version:
- '8.2'
- '8.3'
dependencies:
- locked

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/security-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
os:
- ubuntu-latest
php-version:
- '8.2'
- '8.3'
dependencies:
- locked
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
os:
- ubuntu-latest
php-version:
- '8.2'
- '8.3'
dependencies:
- locked
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/testing-mssql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
os:
- 'ubuntu-latest'
php-version:
- '8.2'
- '8.3'
dependencies:
- locked
sqlserver-version:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/testing-mysql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
os:
- 'ubuntu-latest'
php-version:
- '8.2'
- '8.3'
dependencies:
- locked
mysql-version:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/testing-pgsql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
os:
- 'ubuntu-latest'
php-version:
- '8.2'
- '8.3'
dependencies:
- locked
pgsql-version:
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
os:
- ubuntu-latest
php-version:
- '8.2'
- '8.3'
dependencies:
- locked
steps:
Expand Down Expand Up @@ -87,7 +87,7 @@ jobs:
os:
- ubuntu-latest
php-version:
- '8.2'
- '8.3'
dependencies:
- locked
steps:
Expand Down Expand Up @@ -145,7 +145,6 @@ jobs:
os:
- 'ubuntu-latest'
php-version:
- '8.2'
- '8.3'
- '8.4'
dependencies:
Expand Down
3 changes: 0 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -114,9 +114,6 @@
"pestphp/pest-plugin": true,
"phpstan/extension-installer": true
},
"platform": {
"php": "8.4.19"
},
"sort-packages": true
},
"extra": {
Expand Down
Loading
Loading