Skip to content

Commit

Permalink
ci: add testing for PHP 8.2 and later (#197)
Browse files Browse the repository at this point in the history
  • Loading branch information
owenvoke committed Feb 8, 2024
1 parent 19c31e5 commit df54bbc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php-versions: ['7.2', '7.3', '7.4', '8.0', '8.1']
php-versions: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3']

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
Expand Down

0 comments on commit df54bbc

Please sign in to comment.