Skip to content

Commit

Permalink
Merge pull request #564 from sergiy-petrov/sergiy-petrov-patch-1
Browse files Browse the repository at this point in the history
Test against php 8.3
  • Loading branch information
eigan authored Nov 7, 2023
2 parents 8af8bfa + 2d6af78 commit 30e83ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
php: ['8.0', '8.1', '8.2']
php: ['8.0', '8.1', '8.2', '8.3']
doctrine: ['2.14']
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 30e83ee

Please sign in to comment.