We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d475cd5 + 83b81f8 commit 1cd9db6Copy full SHA for 1cd9db6
.github/workflows/test.yml
@@ -6,14 +6,18 @@ jobs:
6
ci:
7
runs-on: ubuntu-latest
8
9
+ strategy:
10
+ matrix:
11
+ php-version: [8.1, 8.2, 8.3]
12
+
13
steps:
14
- name: Checkout
15
uses: actions/checkout@v3
16
17
- name: Setup PHP
18
uses: shivammathur/setup-php@v2
19
with:
- php-version: 8.2
20
+ php-version: ${{ matrix.php-version }}
21
tools: composer:v2
22
coverage: xdebug
23
composer.json
@@ -18,7 +18,7 @@
}
],
"require": {
- "php": "^8.2",
+ "php": "^8.1",
"saloonphp/saloon": "^3.6"
},
24
"autoload": {
0 commit comments