Skip to content

Commit

Permalink
Switch latests tests to Symfony 6.2 (#308)
Browse files Browse the repository at this point in the history
  • Loading branch information
Yann Eugoné committed Apr 24, 2023
1 parent 61539b0 commit 29f14e0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- php-version: 8.1
symfony-version: 5.4.*
- php-version: 8.1
symfony-version: 6.1.*
symfony-version: 6.2.*

steps:
- name: "Checkout"
Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:
matrix:
include:
- php-version: 8.1
symfony-version: 6.1.*
symfony-version: 6.2.*

steps:
- name: "Checkout"
Expand Down Expand Up @@ -95,7 +95,7 @@ jobs:
matrix:
include:
- php-version: 8.1
symfony-version: 6.1.*
symfony-version: 6.2.*

steps:
- name: "Checkout"
Expand Down Expand Up @@ -128,7 +128,7 @@ jobs:
matrix:
include:
- php-version: 8.1
symfony-version: 6.1.*
symfony-version: 6.2.*

steps:
- name: "Checkout"
Expand Down

0 comments on commit 29f14e0

Please sign in to comment.