Skip to content

Commit

Permalink
Added support for PHP 8.3 to CI workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
Bilge committed Jul 28, 2024
1 parent 0b3f38d commit 956337d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ jobs:
tests:
strategy:
matrix:
include:
- operating-system: 'ubuntu-latest'
php-version: '8.1'

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

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

Expand Down

0 comments on commit 956337d

Please sign in to comment.