Skip to content

Commit

Permalink
Bump minimim PHP version requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
kocsismate committed Oct 1, 2024
1 parent 242d978 commit 514122c
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 12 deletions.
14 changes: 6 additions & 8 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
- name: "Checkout"
uses: actions/checkout@master

- name: "Install PHP 8.2"
- name: "Install PHP 8.4"
uses: shivammathur/setup-php@v2
with:
php-version: "8.2"
php-version: "8.4"
extensions: mbstring, xml
coverage: none
tools: composer:v2
Expand Down Expand Up @@ -51,10 +51,10 @@ jobs:
- name: "Checkout"
uses: actions/checkout@master

- name: "Install PHP 8.2"
- name: "Install PHP 8.4"
uses: shivammathur/setup-php@v2
with:
php-version: "8.2"
php-version: "8.4"
extensions: mbstring, xml
coverage: none
tools: composer:v2
Expand Down Expand Up @@ -84,8 +84,6 @@ jobs:
strategy:
matrix:
php-versions:
- "8.0"
- "8.1"
- "8.2"
- "8.3"
- "8.4"
Expand Down Expand Up @@ -136,10 +134,10 @@ jobs:
- name: "Checkout"
uses: actions/checkout@master

- name: "Install PHP 8.2"
- name: "Install PHP 8.4"
uses: shivammathur/setup-php@v2
with:
php-version: "8.2"
php-version: "8.4"
extensions: mbstring, xml
coverage: xdebug:v3
tools: composer:v2
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ ADDED:

CHANGED:

- Increased minimum PHP version requirement to 8.2
- Updated dependencies

REMOVED:
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"source": "https://github.com/woohoolabs/harmony"
},
"require": {
"php": "^8.0.0",
"php": "^8.2.0",
"psr/container": "^1.1.0||^2.0.0",
"psr/http-message-implementation": "^1.0.0||^2.0.0",
"psr/http-server-handler": "^1.0.0",
Expand All @@ -28,7 +28,7 @@
"phpstan/phpstan": "^1.12.0",
"phpstan/phpstan-phpunit": "^1.0.0",
"phpstan/phpstan-strict-rules": "^1.0.0",
"phpunit/phpunit": "^9.6.0||^11.0.0",
"phpunit/phpunit": "^11.0.0",
"squizlabs/php_codesniffer": "^3.7.0",
"woohoolabs/coding-standard": "^2.4.0",
"woohoolabs/releaser": "^1.2.0"
Expand Down
4 changes: 2 additions & 2 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 514122c

Please sign in to comment.