Skip to content

Commit 765aa2d

Browse files
Test against php 8.3 (#399)
1 parent 2966fcc commit 765aa2d

File tree

3 files changed

+10
-6
lines changed

3 files changed

+10
-6
lines changed

.github/workflows/run-tests-mysql.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
fail-fast: false
2929
matrix:
3030
operating-system: [ubuntu-latest]
31-
php-versions: [ '8.2', '8.1' ]
31+
php-versions: [ '8.3', '8.2', '8.1' ]
3232
dependency-stability: [ prefer-stable ]
3333

3434
laravel: [ '10.*', '9.*' ]
@@ -74,4 +74,4 @@ jobs:
7474
DB_PORT: 33306
7575
DB_USERNAME: root
7676

77-
run: vendor/bin/phpunit --testdox
77+
run: vendor/bin/phpunit --testdox

.github/workflows/run-tests-postgres.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
fail-fast: false
3030
matrix:
3131
operating-system: [ubuntu-latest]
32-
php-versions: [ '8.2', '8.1' ]
32+
php-versions: [ '8.3', '8.2', '8.1' ]
3333
dependency-stability: [ prefer-stable ]
3434

3535
laravel: [ '10.*', '9.*']
@@ -88,4 +88,4 @@ jobs:
8888
DB_USERNAME: postgres
8989
DB_PASSWORD: postgres
9090

91-
run: vendor/bin/phpunit --testdox
91+
run: vendor/bin/phpunit --testdox

.github/workflows/run-tests.yml

+6-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
fail-fast: false
1111
matrix:
1212
operating-system: [ubuntu-latest]
13-
php-versions: [ '8.2', '8.1', '8.0', '7.4', '7.3', '7.2' ]
13+
php-versions: [ '8.3', '8.2', '8.1', '8.0', '7.4', '7.3', '7.2' ]
1414
dependency-stability: [ prefer-stable ]
1515
laravel: [ '10.*', '9.*', '8.*', '7.*', '6.*' ]
1616

@@ -47,12 +47,16 @@ jobs:
4747
php-versions: 7.4
4848
- laravel: 8.*
4949
php-versions: 7.2
50+
- laravel: 7.*
51+
php-versions: 8.3
5052
- laravel: 7.*
5153
php-versions: 8.2
5254
- laravel: 7.*
5355
php-versions: 8.1
5456
- laravel: 7.*
5557
php-versions: 8.0
58+
- laravel: 6.*
59+
php-versions: 8.3
5660
- laravel: 6.*
5761
php-versions: 8.2
5862
- laravel: 6.*
@@ -89,4 +93,4 @@ jobs:
8993
DB_CONNECTION: sqlite
9094
DB_DATABASE: ":memory:"
9195

92-
run: vendor/bin/phpunit --testdox
96+
run: vendor/bin/phpunit --testdox

0 commit comments

Comments
 (0)