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.
1 parent acd2279 commit d2c6c89Copy full SHA for d2c6c89
3 files changed
.github/workflows/continuous-integration.yml
@@ -12,7 +12,7 @@ jobs:
12
tests:
13
name: "CI"
14
15
- runs-on: ubuntu-latest
+ runs-on: ${{ matrix.os }}
16
17
strategy:
18
matrix:
@@ -22,6 +22,12 @@ jobs:
22
- "7.4"
23
- "8.0"
24
- "8.1"
25
+ - "8.2"
26
+ - "8.3"
27
+ os: [ubuntu-latest]
28
+ include:
29
+ - php-version: "8.3"
30
+ os: windows-latest
31
32
steps:
33
- name: "Checkout"
.github/workflows/lint.yml
@@ -14,7 +14,7 @@ jobs:
php-version:
- "7.2"
- - "8.1"
19
20
.github/workflows/phpstan.yml
@@ -18,7 +18,7 @@ jobs:
21
0 commit comments