Skip to content

Commit 7b6d213

Browse files
Add PHP 8.3 to CI task (#147)
1 parent 660b1d2 commit 7b6d213

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
fail-fast: false
3333
matrix:
3434
package: ${{ fromJson(needs.matrix.outputs.list) }}
35-
php: [ '8.0', '8.1', '8.2' ]
35+
php: [ '8.0', '8.1', '8.2', '8.3' ]
3636
strategy: [ 'highest', 'lowest' ]
3737

3838
steps:
@@ -56,4 +56,3 @@ jobs:
5656
run: |
5757
cd src/${{ matrix.package }}
5858
./vendor/bin/phpunit
59-

0 commit comments

Comments
 (0)