Skip to content

Commit

Permalink
chore: add php 8.2 to actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Cristoforo Cervino committed Oct 12, 2023
1 parent 3857137 commit 8e89f19
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,11 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php: ['8.1']
php: ['8.1','8.2']
symfony: ['5.4.*', '6.2.*', '6.3.*']
exclude:
- php: '8.2'
symfony: '5.4.*'
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit 8e89f19

Please sign in to comment.