Skip to content

Commit 7fd9876

Browse files
committed
build with PHP 8.3
1 parent 8cbe651 commit 7fd9876

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,13 @@ jobs:
1717
strategy:
1818
fail-fast: false
1919
matrix:
20-
php-version: [ '8.1', '8.2' ]
20+
php-version: [ '8.1', '8.2', '8.3' ]
2121
deps: [ 'lowest', 'newest' ]
2222
exclude:
2323
- php-version: '8.1'
2424
deps: lowest
25+
- php-version: '8.2'
26+
deps: lowest
2527

2628
runs-on: ubuntu-latest
2729

0 commit comments

Comments
 (0)