Skip to content

Commit

Permalink
Test Symfony 7 versions (#343)
Browse files Browse the repository at this point in the history
  • Loading branch information
seferov authored Jun 5, 2024
1 parent 179db30 commit 5716321
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/integrate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,14 @@ jobs:

symfony-version:
- 6
- 7
- 7.0
- 7.1

exclude:
- php-version: 8.1
symfony-version: 7
symfony-version: 7.0
- php-version: 8.1
symfony-version: 7.1

steps:
- name: "Checkout"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@symfony-common
@symfony-7
Feature: PropertyAccessorInterface

Background:
Expand Down

0 comments on commit 5716321

Please sign in to comment.