Skip to content

Commit b97e4a5

Browse files
CI: added Laravel 11.30; changed MySQL 8.2 => 8.4
1 parent 9b1df9f commit b97e4a5

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/tests.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,12 @@ jobs:
99
strategy:
1010
matrix:
1111
php: ['8.1', '8.2', '8.3']
12-
laravel: ['10.10.1', '10.48', '11.0']
12+
laravel: ['10.10.1', '10.48', '11.0', '11.30']
1313
exclude:
1414
- php: '8.1'
1515
laravel: '11.0'
16+
- php: '8.1'
17+
laravel: '11.30'
1618
name: PHP ${{ matrix.php }} Laravel ${{ matrix.laravel }}
1719
steps:
1820
- name: Checkout
@@ -63,7 +65,7 @@ jobs:
6365
ports:
6466
- 3306
6567
mysql82:
66-
image: mysql:8.2
68+
image: mysql:8.4
6769
env:
6870
MYSQL_ALLOW_EMPTY_PASSWORD: yes
6971
MYSQL_DATABASE: history_test

0 commit comments

Comments
 (0)