Skip to content

Commit

Permalink
fix: fix github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Cristoforo Cervino committed Oct 12, 2023
1 parent bc466ca commit a222817
Showing 1 changed file with 3 additions and 13 deletions.
16 changes: 3 additions & 13 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,23 +24,13 @@ jobs:
run: composer install
- name: CS Check
run: composer cs-check

tests:
name: PHP ${{ matrix.php }} / SF ^${{ matrix.symfony }}
runs-on: ubuntu-latest
strategy:
matrix:
name:
- 'PHP 8.0 tests (Symfony 5.4)'
- 'PHP 8.1 tests (Symfony 6.2)'
- 'PHP 8.1 tests (Symfony 6.3)'
include:
- php: '8.0'
symfony: 5.4.*
- php: '8.1'
symfony: 6.2.*
- php: '8.1'
symfony: 6.3.*
name: ${{ matrix.name }}
php: ['8.1']
symfony: ['5.4.*', '6.2.*', '6.3.*']
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit a222817

Please sign in to comment.