Skip to content

Commit

Permalink
test php 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
recca0120 committed Feb 27, 2024
1 parent bef38c7 commit 0684304
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
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
7 changes: 6 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,10 @@
"dev-master": "3.0.x-dev"
}
},
"prefer-stable": true
"prefer-stable": true,
"config": {
"allow-plugins": {
"php-http/discovery": false
}
}
}

0 comments on commit 0684304

Please sign in to comment.