Skip to content

Commit

Permalink
Sulu 2.6 upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
shochdoerfer committed Jun 30, 2024
1 parent f7ae161 commit ece31c2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 13,816 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
operating-system: ['ubuntu-latest']
php-versions: ['8.1', '8.2']
php-versions: ['8.2', '8.3']
steps:
- name: Checkout repo
uses: actions/checkout@v2
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
}
},
"require": {
"php": "^8.1 | ^8.2",
"sulu/sulu": "^2.5",
"php": "^8.2 | ^8.3",
"sulu/sulu": "^2.6",
"symfony/dependency-injection": "^6.0",
"symfony/framework-bundle": "^6.0",
"symfony/http-foundation": "^6.0",
Expand Down
Loading

0 comments on commit ece31c2

Please sign in to comment.