Skip to content

Commit

Permalink
Bump to Windows and macOS test on PHP 8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
trowski committed Dec 13, 2024
1 parent 508ca22 commit c6cd91c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ jobs:
php-version: '8.0'

- operating-system: 'windows-latest'
php-version: '7.4'
php-version: '8.0'
job-description: 'on Windows'

- operating-system: 'macos-latest'
php-version: '7.4'
php-version: '8.0'
job-description: 'on macOS'

name: PHP ${{ matrix.php-version }} ${{ matrix.job-description }}
Expand Down

0 comments on commit c6cd91c

Please sign in to comment.