Skip to content

Commit

Permalink
Trigger tests on 6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RikudouSage committed Apr 8, 2022
1 parent 2296094 commit 8c58c62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
symfonyVersion: [ ^4.4, ^5.0 ]
symfonyVersion: [ ^4.4, ^5.0, ^6.0 ]
steps:
- name: Setup PHP
uses: shivammathur/setup-php@v2
Expand All @@ -44,7 +44,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
symfonyVersion: [^4.4, ^5.0]
symfonyVersion: [^4.4, ^5.0, ^6.0]
steps:
- name: Setup PHP
uses: shivammathur/setup-php@v2
Expand Down

0 comments on commit 8c58c62

Please sign in to comment.