Skip to content

Commit

Permalink
test php8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
recca0120 committed Oct 4, 2024
1 parent 6f3ee86 commit 9a1b136
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file removed .DS_Store
Binary file not shown.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
fail-fast: true
matrix:
php: [ '7.1','7.2', '7.3', '7.4', '8.0', '8.1', '8.2' ]
php: [ '7.1','7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3' ]

name: PHP ${{ matrix.php }}

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"prefer-stable": true,
"config": {
"allow-plugins": {
"php-http/discovery": true
"php-http/discovery": false
}
}
}

0 comments on commit 9a1b136

Please sign in to comment.