Skip to content

Commit ab0a483

Browse files
committed
chore: use checkout@v6, add PHP 8.5, allow PHPUnit 12
1 parent a65e22c commit ab0a483

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/bc-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010

1111
steps:
12-
- uses: actions/checkout@v4
12+
- uses: actions/checkout@v6
1313
with:
1414
fetch-depth: 0
1515

.github/workflows/psalm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111

1212
steps:
13-
- uses: actions/checkout@v4
13+
- uses: actions/checkout@v6
1414

1515
- name: Setup PHP
1616
uses: shivammathur/setup-php@v2

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ jobs:
1212
strategy:
1313
fail-fast: false
1414
matrix:
15-
php: ['8.2', '8.3', '8.4']
15+
php: ['8.2', '8.3', '8.4', '8.5']
1616

1717
name: PHP ${{ matrix.php }}
1818

1919
steps:
20-
- uses: actions/checkout@v4
20+
- uses: actions/checkout@v6
2121

2222
- name: Setup PHP
2323
uses: shivammathur/setup-php@v2

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"php-http/discovery": "^1.0"
2727
},
2828
"require-dev": {
29-
"phpunit/phpunit": "^11.0",
29+
"phpunit/phpunit": "^11.0 || ^12.0",
3030
"php-http/mock-client": "^1.0",
3131
"php-http/message": "^1.7",
3232
"nyholm/psr7": "^1.0",

0 commit comments

Comments
 (0)