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 740888e commit 71d9ef1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,11 @@ jobs:
phpVersion: '7.4'
- symfonyVersion: ^5.0
phpVersion: '7.4'

steps:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version:
php-version: ${{ matrix.phpVersion }}
- name: Checkout Code
uses: actions/checkout@v2
- name: Install Dependencies
Expand Down

0 comments on commit 71d9ef1

Please sign in to comment.