Skip to content

Commit

Permalink
Merge pull request #20 from clearbooks/mysql8-compatibility
Browse files Browse the repository at this point in the history
MySQL 8 compatibility
  • Loading branch information
patrick-clearbooks authored Sep 19, 2024
2 parents 7c16fb4 + daab11e commit 4cf711c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php-versions: ['7.4', '8.2']
php-versions: ['7.4', '8.2', '8.3']
steps:
- name: Checkout
uses: actions/checkout@v2
Expand All @@ -21,7 +21,7 @@ jobs:
- name: Setup MySQL
uses: shogo82148/actions-setup-mysql@v1
with:
mysql-version: '5.7'
mysql-version: '8.0'

- name: Cache Composer packages
id: composer-cache
Expand Down

0 comments on commit 4cf711c

Please sign in to comment.