Skip to content

Commit

Permalink
Added tests for MySQL 8.4 and 9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andrey-helldar authored Jul 10, 2024
1 parent 35ac9e9 commit 2876109
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
matrix:
php: [ "8.2", "8.3" ]
laravel: [ "10.0", "11.0" ]
mysql: [ "5.7", "8.0", "8.1", "8.2", "8.3" ]
mysql: [ "5.7", "8.0", "8.1", "8.2", "8.3", "8.4", "9.0" ]

name: PHP ${{ matrix.php }}, Laravel ${{ matrix.laravel }}, MySQL ${{ matrix.mysql }}

Expand Down

0 comments on commit 2876109

Please sign in to comment.