Skip to content

Commit bf044ac

Browse files
Prepare next version
1 parent fc4ee66 commit bf044ac

3 files changed

Lines changed: 11 additions & 11 deletions

File tree

.github/workflows/static.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111

1212
steps:
1313
- name: Checkout code
14-
uses: actions/checkout@v4
14+
uses: actions/checkout@v6
1515

1616
- name: Setup PHP
1717
uses: shivammathur/setup-php@v2
@@ -23,14 +23,14 @@ jobs:
2323
update: true
2424

2525
- name: Install Dependencies
26-
uses: nick-invision/retry@v3
26+
uses: nick-fields/retry@v4
2727
with:
2828
timeout_minutes: 5
2929
max_attempts: 5
3030
command: composer update --no-interaction --no-progress
3131

3232
- name: Install PHPStan
33-
uses: nick-invision/retry@v3
33+
uses: nick-fields/retry@v4
3434
with:
3535
timeout_minutes: 5
3636
max_attempts: 5
@@ -45,7 +45,7 @@ jobs:
4545

4646
steps:
4747
- name: Checkout code
48-
uses: actions/checkout@v4
48+
uses: actions/checkout@v6
4949

5050
- name: Setup PHP
5151
uses: shivammathur/setup-php@v2
@@ -57,14 +57,14 @@ jobs:
5757
update: true
5858

5959
- name: Install Dependencies
60-
uses: nick-invision/retry@v3
60+
uses: nick-fields/retry@v4
6161
with:
6262
timeout_minutes: 5
6363
max_attempts: 5
6464
command: composer update --no-interaction --no-progress
6565

6666
- name: Install Psalm
67-
uses: nick-invision/retry@v3
67+
uses: nick-fields/retry@v4
6868
with:
6969
timeout_minutes: 5
7070
max_attempts: 5

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
steps:
1717
- name: Checkout Code
18-
uses: actions/checkout@v4
18+
uses: actions/checkout@v6
1919

2020
- name: Setup PHP
2121
uses: shivammathur/setup-php@v2
@@ -30,14 +30,14 @@ jobs:
3030
run: echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json"
3131

3232
- name: Install Dependencies
33-
uses: nick-invision/retry@v3
33+
uses: nick-fields/retry@v4
3434
with:
3535
timeout_minutes: 5
3636
max_attempts: 5
3737
command: composer update --no-interaction --no-progress
3838

3939
- name: Install PHPUnit
40-
uses: nick-invision/retry@v3
40+
uses: nick-fields/retry@v4
4141
with:
4242
timeout_minutes: 5
4343
max_attempts: 5

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@ This version supports [PHP](https://php.net) 8.1-8.4. To get started, simply req
2222
### Standard Installation
2323

2424
```bash
25-
$ composer require "toin0u/digitalocean-v2:^5.0" "guzzlehttp/guzzle:^7.9.2"
25+
$ composer require "toin0u/digitalocean-v2:^5.1" "guzzlehttp/guzzle:^7.9.2"
2626
```
2727

2828
### Framework Integration
2929

3030
#### Laravel:
3131

3232
```bash
33-
$ composer require "graham-campbell/digitalocean:^11.0"
33+
$ composer require "graham-campbell/digitalocean:^11.1"
3434
```
3535

3636
We are decoupled from any HTTP messaging client by using [PSR-7](https://www.php-fig.org/psr/psr-7/), [PSR-17](https://www.php-fig.org/psr/psr-17/), [PSR-18](https://www.php-fig.org/psr/psr-18/), and [HTTPlug](https://httplug.io/). You can visit [HTTPlug for library users](https://docs.php-http.org/en/latest/httplug/users.html) to get more information about installing HTTPlug related packages. The framework integration [graham-campbell/gitlab](https://github.com/GrahamCampbell/Laravel-GitLab) is by [Graham Campbell](https://github.com/GrahamCampbell) and [dunglas/digital-ocean-bundle](https://github.com/dunglas/DunglasDigitalOceanBundle) is by [Kévin Dunglas](https://github.com/dunglas).

0 commit comments

Comments
 (0)