Skip to content

Commit

Permalink
feat: adjust symfony-versions in build matrix of github test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
maikschneider committed Jan 27, 2024
1 parent 1f27363 commit baad93a
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,11 @@ jobs:
- php-version: "8.2"
symfony-version: "^5.4"
- php-version: "8.1"
symfony-version: "^6.2"
symfony-version: "^6.4"
- php-version: "8.2"
symfony-version: "^6.2"
- php-version: "8.1"
symfony-version: "^6.3"
symfony-version: "^6.4"
- php-version: "8.2"
symfony-version: "^6.3"
symfony-version: "^7.0"

runs-on: ubuntu-latest

Expand Down

0 comments on commit baad93a

Please sign in to comment.