Skip to content

Commit

Permalink
Test on PHP 8.3 (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
sanmai authored Jan 18, 2024
1 parent 6bb4365 commit dd26381
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
matrix:
operating-system: ['ubuntu-latest']
php-version: ['5.6', '7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2']
php-version: ['5.6', '7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3']

name: CI on ${{ matrix.operating-system }} with PHP ${{ matrix.php-version }}

Expand Down

2 comments on commit dd26381

@Neustradamus
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@sanmai: Can you add "Issues" section?

@sanmai
Copy link
Member Author

@sanmai sanmai commented on dd26381 Oct 12, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we are supposed to use PEAR Bugs, but I will add this section.

Please sign in to comment.