Skip to content

Commit

Permalink
drop php 8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Cristoforo Cervino authored and Cristoforo Cervino committed Dec 9, 2023
1 parent 71e6335 commit 2d05af8
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,8 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php: ['8.1','8.2']
symfony: ['5.4.*', '6.2.*', '6.3.*', '6.4.*', '7.0.*']
exclude:
- php: '8.2'
symfony: '5.4.*'
php: ['8.2']
symfony: ['6.2.*', '6.3.*', '6.4.*', '7.0.*']
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit 2d05af8

Please sign in to comment.