Skip to content

Commit

Permalink
Update CI targets
Browse files Browse the repository at this point in the history
  • Loading branch information
Seldaek committed Jun 10, 2024
1 parent acd2279 commit d2c6c89
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
tests:
name: "CI"

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

strategy:
matrix:
Expand All @@ -22,6 +22,12 @@ jobs:
- "7.4"
- "8.0"
- "8.1"
- "8.2"
- "8.3"
os: [ubuntu-latest]
include:
- php-version: "8.3"
os: windows-latest

steps:
- name: "Checkout"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
matrix:
php-version:
- "7.2"
- "8.1"
- "8.3"

steps:
- name: "Checkout"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/phpstan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
matrix:
php-version:
- "7.2"
- "8.1"
- "8.3"

steps:
- name: "Checkout"
Expand Down

0 comments on commit d2c6c89

Please sign in to comment.