Skip to content

Commit

Permalink
Merge pull request #4 from City-of-Helsinki/UHF-11035
Browse files Browse the repository at this point in the history
UHF-11035: Updates
  • Loading branch information
tuutti authored Nov 27, 2024
2 parents b1699dd + ef2ba32 commit 3b4e11a
Show file tree
Hide file tree
Showing 5 changed files with 131 additions and 138 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: php-actions/composer@v3
- uses: shivammathur/setup-php@v2
with:
php-version: '8.1'
php-version: '8.3'

- name: Configure access token
run: composer -g config github-oauth.github.com ${{ secrets.GITHUB_TOKEN }}
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"require": {
"php": "^8.1",
"symfony/console": "^6.2",
"php": "^8.3",
"symfony/console": "^7.0",
"guzzlehttp/guzzle": "^7.3",
"violet/streaming-json-encoder": "^1.1",
"ext-curl": "*"
Expand Down
Loading

0 comments on commit 3b4e11a

Please sign in to comment.