Skip to content

Commit

Permalink
Update to php 8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dimitriBouteille committed Dec 14, 2024
1 parent fc4a8db commit d864ac2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/styles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: "Configure PHP"
uses: shivammathur/setup-php@v2
with:
php-version: 8.1
php-version: 8.2
tools: composer:v2

- name: "Install dependencies"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: "Install PHP"
uses: shivammathur/setup-php@v2
with:
php-version: 8.1
php-version: 8.2
tools: composer:v2

- name: "Install composer dependencies"
Expand Down Expand Up @@ -48,7 +48,7 @@ jobs:
- name: "Install PHP"
uses: shivammathur/setup-php@v2
with:
php-version: 8.1
php-version: 8.2
tools: composer:v2

- name: "Install composer dependencies"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ You can find all the documentation in [the wiki](https://github.com/dimitriBoute

The server requirements are basically the same as for [WordPress](https://wordpress.org/about/requirements/) with the addition of a few ones :

- PHP >= 8.1
- PHP >= 8.2
- [Composer](https://getcomposer.org/)

**Installation**
Expand Down

0 comments on commit d864ac2

Please sign in to comment.