Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mremi authored Nov 24, 2023
1 parent 3785d02 commit 4fbf9c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php: [ '8.1', '8.2', '8.3' ]
php: [ '8.1', '8.2' ]
steps:
- uses: actions/checkout@v2
- name: Setup PHP with tools
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ CHANGELOG
master
------

* Bump PHP version from ^8.0 to ^8.1 and configure CI with 8.1, 8.2 and 8.3
* Bump PHP version from ^8.0 to ^8.1 and configure CI with 8.1 and 8.2

v2.0.0
------
Expand Down

0 comments on commit 4fbf9c6

Please sign in to comment.