Skip to content

Commit

Permalink
workflow update
Browse files Browse the repository at this point in the history
  • Loading branch information
denismacak committed Nov 30, 2023
1 parent d086cf6 commit 88ce193
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,24 +12,24 @@ jobs:
matrix:
os: [ubuntu-latest]
php:
- '7.1'
- '7.2'
- '7.4'
- '8.0'
- '8.1'
- '8.2'
symfony:
- '4.4.*'
- '5.0.*'
- '5.4.*'
- '6.0.*'
- '6.4.*'
- '7.0.*'
exclude:
- php: '7.1'
symfony: '5.0.*' # requires PHP ^7.2.5
- php: '7.1'
symfony: '5.4.*' # requires PHP ^7.2.5
- php: '7.1'
symfony: '6.0.*' # requires PHP ^7.2.5
- php: '7.2'
symfony: '6.0.*' # requires PHP ^8.0.2
- php: '7.4'
symfony: '6.0.*' # requires PHP ^8.0.2
- php: '8.0'
symfony: '6.4.*' # requires PHP ^8.1.0

runs-on: ${{ matrix.os }}

Expand Down

0 comments on commit 88ce193

Please sign in to comment.