Skip to content

Commit

Permalink
Add tests for PHP 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
hofmannsven committed Mar 4, 2024
1 parent 9b0fa72 commit 56cd78d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
fail-fast: true
matrix:
os: [ubuntu-latest]
php: [8.2, 8.1]
php: [8.3, 8.2, 8.1]
laravel: [10.*]
stability: [prefer-lowest, prefer-stable]
include:
Expand Down
1 change: 0 additions & 1 deletion .styleci.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
preset: laravel

enabled:
- short_array_syntax
- declare_strict_types
- fully_qualified_strict_types
- protected_to_private
Expand Down

0 comments on commit 56cd78d

Please sign in to comment.