Skip to content

Commit

Permalink
Remove PHP 8.3 as it doesn't work, yet
Browse files Browse the repository at this point in the history
  • Loading branch information
mdio committed Jan 8, 2024
1 parent 8c49f69 commit ee7df4e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
tests:
strategy:
matrix:
php-versions: ['8.1', '8.2', '8.3']
php-versions: ['8.1', '8.2']
dependency-versions: ['lowest', 'highest']

runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ the use of reflection on production.

This library needs PHP 8.1+.

It has been tested using PHP 8.1, PHP 8.2 and PHP 8.3.
It has been tested using PHP 8.1 and PHP 8.2.


# Installation
Expand Down

0 comments on commit ee7df4e

Please sign in to comment.