Skip to content

Commit 1236637

Browse files
committed
Test using PHP 8.3 as well
1 parent 90e3455 commit 1236637

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
runs-on: ubuntu-latest
7878
strategy:
7979
matrix:
80-
php: [8.0, 8.1, 8.2]
80+
php: [8.0, 8.1, 8.2, 8.3]
8181
fail-fast: false
8282
steps:
8383
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)