Skip to content

Commit

Permalink
Upgrade github action usage and fix version in composer
Browse files Browse the repository at this point in the history
  • Loading branch information
metfan committed Jan 4, 2024
1 parent b43701f commit 4b1d176
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Setup PHP
uses: shivammathur/setup-php@2.16.0
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php }}
extensions: amqp
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "2.4-dev"
"dev-master": "2.5-dev"
}
}
}

0 comments on commit 4b1d176

Please sign in to comment.