Skip to content

Commit

Permalink
Change testing to 7.1 and 7.2 using php 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
silverbackdan committed Jul 18, 2024
1 parent cb66975 commit a1321e6
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,14 @@ jobs:
strategy:
matrix:
php:
- '8.2'
- '8.3'
symfony:
- '7.0'
- '7.1'
experimental:
- false
include:
- php: '8.2'
symfony: '7.0'
- php: '8.3'
symfony: '7.1'
experimental: false
coverage: true
fail-fast: false
Expand Down Expand Up @@ -147,14 +147,14 @@ jobs:
strategy:
matrix:
php:
- '8.2'
- '8.3'
symfony:
- '7.0'
- '7.1'
experimental:
- false
include:
- php: '8.2'
symfony: '7.0'
- php: '8.3'
symfony: '7.1'
experimental: false
coverage: true
fail-fast: false
Expand Down Expand Up @@ -231,9 +231,9 @@ jobs:
strategy:
matrix:
php:
- '8.2'
- '8.3'
symfony:
- '^7.0'
- '^7.1'
fail-fast: false
timeout-minutes: 20
steps:
Expand Down Expand Up @@ -286,9 +286,9 @@ jobs:
strategy:
matrix:
php:
- '8.2'
- '8.3'
symfony:
- '^7.0'
- '^7.1'
fail-fast: false
timeout-minutes: 20
steps:
Expand Down Expand Up @@ -339,9 +339,9 @@ jobs:
strategy:
matrix:
php:
- '8.2'
- '8.3'
symfony:
- '7.1'
- '7.2'
fail-fast: false
timeout-minutes: 20
steps:
Expand Down Expand Up @@ -411,9 +411,9 @@ jobs:
strategy:
matrix:
php:
- '8.2'
- '8.3'
symfony:
- '7.1'
- '7.2'
fail-fast: false
timeout-minutes: 20
steps:
Expand Down

0 comments on commit a1321e6

Please sign in to comment.