Skip to content

Commit

Permalink
Added support for PHP 8.3 to CI workflow (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bilge authored Aug 3, 2024
1 parent a1e8cdc commit be632ac
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 be632ac

Please sign in to comment.