Skip to content

Commit 5e8a11c

Browse files
CI: test only SF7.4 and SF8
1 parent 30aeff3 commit 5e8a11c

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/php.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ jobs:
1111
strategy:
1212
matrix:
1313
operating-system: [ ubuntu-latest ]
14-
php: [ '8.1','8.2']
15-
symfony: ['5.4.*', '6.3.*', '7.0.*']
14+
php: [ '8.3','8.4']
15+
symfony: ['7.4.*', '8.0.*']
1616
exclude:
17-
- php: '8.1'
18-
symfony: '7.0.*'
17+
- php: '8.3'
18+
symfony: '8.0.*'
1919
steps:
2020
- uses: actions/checkout@main
2121

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919
"require": {
2020
"php": "^8.1",
2121
"symfony/maker-bundle": "^1.7",
22-
"symfony/framework-bundle": "^5.4|^6.0|^7.0",
22+
"symfony/framework-bundle": "^5.4|^6.0|^7.0|^8.0",
2323
"doctrine/doctrine-bundle": "^2.12",
24-
"symfony/twig-bundle": "^5.4|^6.0|^7.0",
24+
"symfony/twig-bundle": "^5.4|^6.0|^7.0|^8.0",
2525
"doctrine/orm": "^3.0"
2626
}
2727
}

0 commit comments

Comments
 (0)