Skip to content

Commit

Permalink
feat: allow symfony 7,
Browse files Browse the repository at this point in the history
chore: add test for php 8.1, 8.2 and 8.3
  • Loading branch information
Chris8934 committed Nov 16, 2023
1 parent 8dd9773 commit ad94ddd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/manual.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php: [5.6, 7.2, 7.3, 7.4, 8.0]
php: [5.6, 7.2, 7.3, 7.4, 8.0, 8.1, 8.2, 8.3]
stability: [prefer-lowest, prefer-stable]

name: P${{ matrix.php }}-${{ matrix.stability }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php: [5.6, 7.2, 7.3, 7.4, 8.0]
php: [5.6, 7.2, 7.3, 7.4, 8.0, 8.1, 8.2, 8.3]
stability: [prefer-lowest, prefer-stable]


Expand Down

0 comments on commit ad94ddd

Please sign in to comment.