Skip to content

Commit

Permalink
⬆️ Dependency and CI updates (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
dpi authored Dec 9, 2024
1 parent 8116e70 commit 9608243
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php-versions: ['8.2', '8.3']
php-versions: ['8.2', '8.3', '8.4']
steps:
- uses: actions/checkout@v4
- uses: "shivammathur/setup-php@v2"
Expand All @@ -23,7 +23,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php-versions: ['8.2', '8.3']
php-versions: ['8.2', '8.3', '8.4']
steps:
- uses: actions/checkout@v4
- uses: "shivammathur/setup-php@v2"
Expand All @@ -41,7 +41,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php-versions: ['8.2', '8.3']
php-versions: ['8.2', '8.3', '8.4']
dependency-versions: ['highest', 'lowest']
steps:
- uses: actions/checkout@v4
Expand Down
14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@
"require": {
"php": "^8.2",
"dealerdirect/phpcodesniffer-composer-installer": "^1.0.0",
"drupal/coder": "^8.3.24",
"drupal/coder": "^8.3.26",
"slevomat/coding-standard": "^8.15.0",
"squizlabs/php_codesniffer": "^3.10.1"
"squizlabs/php_codesniffer": "^3.11.1"
},
"require-dev": {
"phpstan/extension-installer": "^1.3.1",
"phpstan/phpstan": "^1.11.3",
"phpstan/phpstan-deprecation-rules": "^1.2.0",
"phpstan/phpstan-strict-rules": "^1.6.0",
"phpunit/phpunit": "^11"
"phpstan/extension-installer": "^1.4.3",
"phpstan/phpstan": "^2.0.3",
"phpstan/phpstan-deprecation-rules": "^2.0.1",
"phpstan/phpstan-strict-rules": "^2",
"phpunit/phpunit": "^11.5"
},
"license": "MIT",
"autoload": {
Expand Down

0 comments on commit 9608243

Please sign in to comment.