Skip to content

Commit d2c6c89

Browse files
committed
Update CI targets
1 parent acd2279 commit d2c6c89

3 files changed

Lines changed: 9 additions & 3 deletions

File tree

.github/workflows/continuous-integration.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
tests:
1313
name: "CI"
1414

15-
runs-on: ubuntu-latest
15+
runs-on: ${{ matrix.os }}
1616

1717
strategy:
1818
matrix:
@@ -22,6 +22,12 @@ jobs:
2222
- "7.4"
2323
- "8.0"
2424
- "8.1"
25+
- "8.2"
26+
- "8.3"
27+
os: [ubuntu-latest]
28+
include:
29+
- php-version: "8.3"
30+
os: windows-latest
2531

2632
steps:
2733
- name: "Checkout"

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
matrix:
1515
php-version:
1616
- "7.2"
17-
- "8.1"
17+
- "8.3"
1818

1919
steps:
2020
- name: "Checkout"

.github/workflows/phpstan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
matrix:
1919
php-version:
2020
- "7.2"
21-
- "8.1"
21+
- "8.3"
2222

2323
steps:
2424
- name: "Checkout"

0 commit comments

Comments
 (0)