Skip to content

Commit c7e8852

Browse files
authored
Update ci.yml
redefine matix strategy
1 parent babceaf commit c7e8852

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,8 @@ jobs:
77
runs-on: ubuntu-24.04
88
strategy:
99
matrix:
10-
php-version: ['8.1', '8.2']
11-
symfony-version: ['^6.1', '^7.0']
12-
exclude:
13-
- php-version: '8.1'
14-
symfony-version: '^7.0'
10+
php-version: ['8.2', '8.3', '8.4']
11+
symfony-version: ['6.4', '^7.0', '^8.0']
1512
steps:
1613
- uses: actions/checkout@master
1714
- uses: shivammathur/setup-php@v2

0 commit comments

Comments
 (0)