Skip to content

Commit

Permalink
Add checks on php 8.3 also
Browse files Browse the repository at this point in the history
  • Loading branch information
dlakomski committed Oct 14, 2024
1 parent 1607e19 commit 5bf7f37
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/continous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
php-version:
- "8.1"
- "8.2"
- "8.3"
dependencies:
- "highest"
- "lowest"
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
matrix:
php-version:
- "8.1"
- "8.2"
- "8.3"

steps:
- name: "Checkout code"
Expand Down

0 comments on commit 5bf7f37

Please sign in to comment.