Skip to content

Commit

Permalink
Test: run against latest symfony version
Browse files Browse the repository at this point in the history
  • Loading branch information
robertSt7 committed Jan 10, 2024
1 parent e7a7bc6 commit 5af3d79
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/static-analysis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,7 @@ jobs:
strategy:
matrix:
include:
- { php-version: "8.2", dependencies: "lowest", experimental: false, symfony: "", composer-options: "" }
- { php-version: "8.2", dependencies: "highest", experimental: false, symfony: "", composer-options: "" }
- { php-version: "8.2", dependencies: "highest", experimental: true, symfony: "6.3.x-dev", composer-options: "" }
- { php-version: "8.1", dependencies: "lowest", experimental: false, symfony: "", composer-options: "" }
- { php-version: "8.1", dependencies: "highest", experimental: false, symfony: "", composer-options: "" }
- { php-version: "8.2", dependencies: "highest", experimental: true, symfony: "6.x.x-dev", composer-options: "" }

steps:
- name: "Checkout code"
Expand Down

0 comments on commit 5af3d79

Please sign in to comment.