Skip to content

Commit

Permalink
ci: add newer php versions to test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
carlalexander committed Sep 23, 2024
1 parent 52b498b commit 43fc92c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php-versions: ['7.1', '7.2', '7.3', '7.4', '8.0']
php-versions: ['7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3']
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down

0 comments on commit 43fc92c

Please sign in to comment.