Skip to content

Commit

Permalink
test: php versions
Browse files Browse the repository at this point in the history
  • Loading branch information
faustoq committed Jul 7, 2024
1 parent 09f2c8b commit 1b8a873
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
fail-fast: true
matrix:
os: [ubuntu-latest]
php: [8.2]
php: [8.1, 8.2, 8.3]
stability: [prefer-dist]

name: P${{ matrix.php }} - ${{ matrix.stability }} - ${{ matrix.os }}
Expand Down
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@
}
},
"require": {
"php": ">=8.1",
"guzzlehttp/guzzle": "^7.8",
"visus/cuid2": "^4.1"
"visus/cuid2": "^3.0 || ^4.1"
},
"scripts": {
"test": "vendor/bin/pest"
Expand Down
6 changes: 4 additions & 2 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1b8a873

Please sign in to comment.