Skip to content

Commit

Permalink
CI: add php 8.2 and SF 7
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasbeaujean committed Feb 23, 2024
1 parent 8f69f35 commit ee6f4f7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
name: QueryBuilderRepositoryGeneratorBundle test

on:
push: ~
pull_request: ~

jobs:
Expand All @@ -12,9 +11,11 @@ jobs:
strategy:
matrix:
operating-system: [ ubuntu-latest ]
php: [ '8.1' ]
symfony: ['5.4.*', '6.0.*', '6.1.*', '6.2.*', '6.3.*']

php: [ '8.1','8.2']
symfony: ['5.4.*', '6.0.*', '6.1.*', '6.2.*', '6.3.*', '7.0.*']
exclude:
- php: '8.1'
symfony: '7.0.*'
steps:
- uses: actions/checkout@main

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"require-dev": {
"symfony/class-loader": "2.3.*",
"nyholm/symfony-bundle-test": "^2.0",
"nyholm/symfony-bundle-test": "^3.0",
"phpunit/phpunit": "^10.3"
},
"require": {
Expand Down

0 comments on commit ee6f4f7

Please sign in to comment.