Skip to content

Commit

Permalink
Merge pull request #13 from ishanvyas22/php83
Browse files Browse the repository at this point in the history
Run tests on PHP 8.3
  • Loading branch information
bcrowe authored Jan 13, 2024
2 parents e8ccd25 + 1e33ce0 commit 584c35a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
branches: [ "*" ]
schedule:
- cron: "0 0 * * 0" # Runs at 00:00 UTC on Sun.

Expand All @@ -22,7 +22,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php-versions: ['7.4', '8.0', '8.1', '8.2']
php-versions: ['7.4', '8.0', '8.1', '8.2', '8.3']
db-type: [mysql]
prefer-lowest: ['', 'prefer-lowest']

Expand Down

0 comments on commit 584c35a

Please sign in to comment.