Skip to content

Commit 48eaa8a

Browse files
committed
tests: php 8.3 support
1 parent 7e66166 commit 48eaa8a

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.github/workflows/static-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Setup PHP
1313
uses: shivammathur/setup-php@v2
1414
with:
15-
php-version: '8.2'
15+
php-version: '8.3'
1616
coverage: none
1717

1818
- name: Install composer dependencies

.github/workflows/tests-maria.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
fail-fast: false
1717
matrix:
18-
php: [8.1, 8.2]
18+
php: [8.1, 8.2, 8.3]
1919
laravel: [10.*]
2020
stability: [prefer-lowest, prefer-stable]
2121

.github/workflows/tests-mysql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
fail-fast: false
1717
matrix:
18-
php: [8.1, 8.2]
18+
php: [8.1, 8.2, 8.3]
1919
laravel: [10.*]
2020
stability: [prefer-lowest, prefer-stable]
2121

.github/workflows/tests-pgsql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
fail-fast: false
1717
matrix:
18-
php: [8.1, 8.2]
18+
php: [8.1, 8.2, 8.3]
1919
laravel: [10.*]
2020
stability: [prefer-lowest, prefer-stable]
2121

.github/workflows/tests-sqlite.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
fail-fast: false
1212
matrix:
13-
php: [8.1, 8.2]
13+
php: [8.1, 8.2, 8.3]
1414
laravel: [10.*]
1515
stability: [prefer-lowest, prefer-stable]
1616

.github/workflows/tests-sqlsrv.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
fail-fast: false
1717
matrix:
18-
php: [8.1, 8.2]
18+
php: [8.1, 8.2, 8.3]
1919
laravel: [10.*]
2020
stability: [prefer-lowest, prefer-stable]
2121

0 commit comments

Comments
 (0)