Skip to content

Commit b602219

Browse files
authored
Update ci.yml
fixing matrix strategy
1 parent c7e8852 commit b602219

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ on: [push, pull_request]
44
jobs:
55
tests:
66
name: Tests
7-
runs-on: ubuntu-24.04
7+
runs-on: ubuntu-latest
88
strategy:
99
matrix:
10-
php-version: ['8.2', '8.3', '8.4']
11-
symfony-version: ['6.4', '^7.0', '^8.0']
10+
php-version: ['8.2', '8.3']
11+
symfony-version: ['6.4', '^7.0']
1212
steps:
1313
- uses: actions/checkout@master
1414
- uses: shivammathur/setup-php@v2

0 commit comments

Comments
 (0)