Skip to content

Commit

Permalink
Merge pull request #17 from scotteuser/php-multiple-version-support
Browse files Browse the repository at this point in the history
Php multiple version support
  • Loading branch information
derpoho authored Jan 7, 2025
2 parents d475cd5 + 83b81f8 commit 1cd9db6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,18 @@ jobs:
ci:
runs-on: ubuntu-latest

strategy:
matrix:
php-version: [8.1, 8.2, 8.3]

steps:
- name: Checkout
uses: actions/checkout@v3

- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: 8.2
php-version: ${{ matrix.php-version }}
tools: composer:v2
coverage: xdebug

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
}
],
"require": {
"php": "^8.2",
"php": "^8.1",
"saloonphp/saloon": "^3.6"
},
"autoload": {
Expand Down

0 comments on commit 1cd9db6

Please sign in to comment.