Skip to content

Commit

Permalink
add tests
Browse files Browse the repository at this point in the history
  • Loading branch information
danepowell committed Nov 26, 2024
1 parent 2a390a1 commit e0c33fa
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,16 @@ jobs:
strategy:
matrix:
os: ['ubuntu-22.04']
php: ['8.1', '8.2', '8.3']
php: ['8.1', '8.2', '8.3', '8.4']
coverage: ['none']
include:
- os: 'ubuntu-22.04'
php: '8.2'
php: '8.4'
coverage: 'pcov'
# Only test pre-installed (i.e. fast) versions of PHP on Windows.
# https://github.com/shivammathur/setup-php?tab=readme-ov-file#github-hosted-runners
- os: 'windows-2022'
php: '8.2'
php: '8.3'
coverage: 'none'
steps:
- name: Prepare Git
Expand Down

0 comments on commit e0c33fa

Please sign in to comment.