Skip to content

Commit f327fbb

Browse files
test on php 8.2 and php 8.3 too
1 parent 63bb784 commit f327fbb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/php.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
strategy:
99
matrix:
10-
php-versions: [ '7.3', '7.4', '8.0', '8.1' ]
10+
php-versions: [ '7.3', '7.4', '8.0', '8.1', '8.2', '8.3' ]
1111

1212
steps:
1313
- uses: actions/checkout@v2
@@ -36,4 +36,4 @@ jobs:
3636
run: composer install --prefer-dist --no-progress
3737

3838
- name: Run test suite
39-
run: composer run-script test
39+
run: composer run-script test

0 commit comments

Comments
 (0)