Skip to content

Commit

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

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

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

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 0d7ee63

Please sign in to comment.