Skip to content

Commit

Permalink
Set min PHP version to 8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fre5h authored Feb 5, 2024
1 parent c6e968d commit dc3fa1b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: 'Setup PHP'
uses: shivammathur/setup-php@v2
with:
php-version: 8.2
php-version: 8.1
ini-values: memory_limit=-1
coverage: none
tools: composer:v2
Expand All @@ -36,7 +36,7 @@ jobs:
- name: 'Setup PHP'
uses: shivammathur/setup-php@v2
with:
php-version: 8.2
php-version: 8.1
ini-values: memory_limit=-1
coverage: none
tools: composer:v2
Expand All @@ -57,7 +57,7 @@ jobs:
- name: 'Setup PHP'
uses: shivammathur/setup-php@v2
with:
php-version: 8.2
php-version: 8.1
ini-values: memory_limit=-1
coverage: none
tools: composer:v2
Expand All @@ -82,7 +82,7 @@ jobs:
- name: 'Setup PHP'
uses: shivammathur/setup-php@v2
with:
php-version: 8.2
php-version: 8.1
ini-values: memory_limit=-1
coverage: none
tools: composer:v2
Expand All @@ -103,6 +103,7 @@ jobs:
matrix:
php-version:
- '8.2'
- '8.1'
symfony-version:
- '6.0'
- '6.1'
Expand Down Expand Up @@ -143,7 +144,7 @@ jobs:
- name: 'Setup PHP'
uses: shivammathur/setup-php@v2
with:
php-version: 8.2
php-version: 8.1
ini-values: memory_limit=-1
coverage: pcov
tools: composer:v2
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

## Requirements 🧐

* PHP >= 8.2
* PHP >= 8.1
* Symfony 6.0, 6.1, 6.2, 6.3, 6.4

## Installation 🌱
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
"issues": "https://github.com/fre5h/CentrifugoBundle/issues"
},
"require": {
"php": ">=8.2",
"fresh/datetime": "^3.0",
"php": ">=8.1",
"fresh/datetime": "^2.0",
"symfony/console": "~6.0",
"symfony/config": "~6.0",
"symfony/dependency-injection": "~6.0",
Expand Down

0 comments on commit dc3fa1b

Please sign in to comment.