Skip to content

Commit

Permalink
Merge pull request #35 from facile-it/php-8.3
Browse files Browse the repository at this point in the history
Test against PHP 8.3
  • Loading branch information
Jean85 authored Dec 11, 2023
2 parents 5a1e370 + 96c5b72 commit 3e7ea8a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ jobs:
- "8.0"
- "8.1"
- "8.2"
- "8.3"
deps:
- "--prefer-lowest"
- ""
Expand Down Expand Up @@ -115,4 +116,4 @@ jobs:
uses: codecov/codecov-action@v3
with:
files: coverage-report.xml
if: "${{ matrix.coverage == 'true' }}"
if: "${{ matrix.coverage == 'true' }}"

0 comments on commit 3e7ea8a

Please sign in to comment.