Skip to content

Commit

Permalink
php support
Browse files Browse the repository at this point in the history
  • Loading branch information
rodber committed Feb 11, 2024
1 parent 79c4e96 commit 31e4f59
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Expand Up @@ -6,11 +6,10 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
php: ["8.1", "8.2"]
php: ["8.1", "8.2", "8.3"]
env:
tools: composer, phpstan, infection
ini-values: default_charset='UTF-8'
key: cache-1690242875644
name: PHP ${{ matrix.php }} test on ${{ matrix.os }}
steps:
- name: Checkout
Expand Down
1 change: 1 addition & 0 deletions composer.json
Expand Up @@ -17,6 +17,7 @@
}
],
"require": {
"php": "^8.1",
"ext-curl": "*",
"ext-json": "*",
"chevere/filesystem": "^1.0.x-dev",
Expand Down

0 comments on commit 31e4f59

Please sign in to comment.