Skip to content

Commit

Permalink
#114 fix error update PHP 8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bfoujols committed Aug 7, 2024
1 parent 9dbcdc0 commit 367349b
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
strategy:
fail-fast: true
matrix:
php-versions: [ '8.1' ]
php-versions: [ '8.2' ]
steps:
# https://github.com/actions/checkout (official)
- name: Checkout
Expand Down
20 changes: 18 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,23 @@

**Présentation des versions du framework Edu Framework**

## v2.1.0 (en cours de dev)
## v2.2.0 - coming soon

**new features**

- [#112](https://github.com/studoo-app/edu-framework/issues/112) Implement OpenAPI @bfoujols

**bug Fixes**

- [#114](https://github.com/studoo-app/edu-framework/issues/114) Update PHP version 8.1 -> 8.2 @bfoujols

> Release notes for v2.2.0
>
> [https://github.com/studoo-app/edu-framework/milestone/v2.2.0](https://github.com/studoo-app/edu-framework/milestone/17)
<br>

## v2.1.0 - 20/06/2024

**new features**

Expand All @@ -20,7 +36,7 @@
>
> [https://github.com/studoo-app/edu-framework/milestone/v2.1.0](https://github.com/studoo-app/edu-framework/milestone/12)
<br>
<br>

## v2.0.2 - 24/05/2024

Expand Down

0 comments on commit 367349b

Please sign in to comment.