Skip to content

Commit 43fc92c

Browse files
committed
ci: add newer php versions to test workflow
1 parent 52b498b commit 43fc92c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
strategy:
2424
fail-fast: false
2525
matrix:
26-
php-versions: ['7.1', '7.2', '7.3', '7.4', '8.0']
26+
php-versions: ['7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3']
2727
steps:
2828
- name: Checkout code
2929
uses: actions/checkout@v4

0 commit comments

Comments
 (0)