Skip to content

Commit

Permalink
Test on PHP 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
trowski committed Dec 11, 2023
1 parent 421a842 commit 9b42ca1
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,15 @@ jobs:
- operating-system: 'ubuntu-latest'
php-version: '8.2'

- operating-system: 'ubuntu-latest'
php-version: '8.3'

- operating-system: 'windows-latest'
php-version: '8.2'
php-version: '8.3'
job-description: 'on Windows'

- operating-system: 'macos-latest'
php-version: '8.2'
php-version: '8.3'
job-description: 'on macOS'

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

0 comments on commit 9b42ca1

Please sign in to comment.