Skip to content

Commit

Permalink
Test on PHP 8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
trowski committed Aug 24, 2023
1 parent 0966e3e commit 0f658eb
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,17 @@ jobs:
php-version: '8.1'
ini-values: 'ffi.enable=false'

- operating-system: 'ubuntu-latest'
php-version: '8.2'
ini-values: 'ffi.enable=false'

- operating-system: 'windows-latest'
php-version: '8.1'
php-version: '8.2'
job-description: 'on Windows'
ini-values: 'ffi.enable=false'

- operating-system: 'macos-latest'
php-version: '8.1'
php-version: '8.2'
job-description: 'on macOS'
ini-values: 'ffi.enable=false'

Expand Down

0 comments on commit 0f658eb

Please sign in to comment.