Skip to content

Commit

Permalink
Add checks for PHP 8.3 (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolaasuni authored Nov 28, 2023
1 parent f1eef59 commit f882cba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php-version: ["8.0", "8.1", "8.2"]
php-version: ["8.0", "8.1", "8.2", "8.3"]
experimental: [false]
os: [ubuntu-latest]
coverage-extension: [pcov]
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.0.7
2.0.8

0 comments on commit f882cba

Please sign in to comment.