Skip to content

Commit 016b7dd

Browse files
committed
Test PHP 8.3
1 parent 9923422 commit 016b7dd

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ name: CI
22

33
on:
44
push:
5-
branches:
6-
- master
75
pull_request:
86
workflow_dispatch:
97

@@ -13,7 +11,7 @@ jobs:
1311
strategy:
1412
fail-fast: false
1513
matrix:
16-
php-version: ['8.1', '8.2']
14+
php-version: ['8.1', '8.3']
1715
db-type: [sqlite, mysql, pgsql]
1816
prefer-lowest: ['']
1917
include:

0 commit comments

Comments
 (0)