Skip to content

Commit 584c35a

Browse files
authored
Merge pull request #13 from ishanvyas22/php83
Run tests on PHP 8.3
2 parents e8ccd25 + 1e33ce0 commit 584c35a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
push:
55
branches: [ "master" ]
66
pull_request:
7-
branches: [ "master" ]
7+
branches: [ "*" ]
88
schedule:
99
- cron: "0 0 * * 0" # Runs at 00:00 UTC on Sun.
1010

@@ -22,7 +22,7 @@ jobs:
2222
strategy:
2323
fail-fast: false
2424
matrix:
25-
php-versions: ['7.4', '8.0', '8.1', '8.2']
25+
php-versions: ['7.4', '8.0', '8.1', '8.2', '8.3']
2626
db-type: [mysql]
2727
prefer-lowest: ['', 'prefer-lowest']
2828

0 commit comments

Comments
 (0)