Skip to content

Commit

Permalink
Support PHP 8.3 (test in GitHub action)
Browse files Browse the repository at this point in the history
  • Loading branch information
vasa-c committed Jan 15, 2024
1 parent 1613f2f commit f953399
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -8,7 +8,7 @@ jobs:

strategy:
matrix:
php: [8.1, 8.2]
php: [8.1, 8.2, 8.3]

name: 'PHP ${{ matrix.php }}'
steps:
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,7 @@
## Dev

* Support PHP 8.3 (test in GitHub action)

## 0.1.1 (15.10.2023)

* Error constants (`PosixErrors`)
Expand Down

0 comments on commit f953399

Please sign in to comment.