Skip to content

Commit

Permalink
Add newer PHP versions to matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
paragonie-security committed Jan 29, 2025
1 parent d71c021 commit 6bb348b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
matrix:
operating-system: ['ubuntu-latest']
php-versions: ['8.1']
php-versions: ['8.1', '8.2', '8.3', '8.4']
phpunit-versions: ['latest']
steps:
- name: Checkout
Expand Down

0 comments on commit 6bb348b

Please sign in to comment.