Skip to content

Commit

Permalink
Merge pull request #17 from okvpn/feat/sf71
Browse files Browse the repository at this point in the history
Added Symfony 7.1 tests
  • Loading branch information
vtsykun authored Jan 7, 2024
2 parents 87dade0 + e6607a4 commit 6cffce3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
- 'src/**'
- 'tests/**'
- 'composer.json'
- '.github/**'
branches:
- master
pull_request:
Expand All @@ -26,6 +27,8 @@ jobs:
symfony: 6.4.*
- php: '8.3'
symfony: 7.0.*
- php: '8.3'
symfony: 7.1.*
name: PHP ${{ matrix.php }} SYMFONY ${{ matrix.symfony }}
runs-on: ubuntu-20.04

Expand Down

0 comments on commit 6cffce3

Please sign in to comment.