Skip to content

Commit

Permalink
Full php-8 matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
alphp committed Apr 20, 2024
1 parent 0c69278 commit c57ebee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ jobs:
shell: cmd
strategy:
matrix:
version: ['8.3']
arch: [x64]
ts: [ts]
version: ['8.0', '8.1', '8.2', '8.3']
arch: [x64, x86]
ts: [ts, nts]
runs-on: windows-latest
steps:
- name: Checkout pcov
Expand Down

0 comments on commit c57ebee

Please sign in to comment.