Skip to content

Commit

Permalink
ci: Add PHP 8.3 (#159)
Browse files Browse the repository at this point in the history
  • Loading branch information
theofidry authored Nov 5, 2024
1 parent e8faff2 commit a7eb6ea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/phpstan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
fail-fast: false
matrix:
php:
- "8.2"
- "8.3"
steps:
- name: "Check out repository code"
uses: "actions/checkout@v3"
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
- "8.0"
- "8.1"
- "8.2"
- "8.3"
tools: [ "composer" ]
dependency-versions: [ "highest" ]
include:
Expand Down Expand Up @@ -59,6 +60,7 @@ jobs:
matrix:
php:
- "8.2"
- "8.3"

steps:
- name: "Check out repository code"
Expand Down

0 comments on commit a7eb6ea

Please sign in to comment.