Skip to content

Commit 68efbae

Browse files
qa: Run unit tests on PHP 8.3 (#16)
1 parent 98e0756 commit 68efbae

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

.github/workflows/tests.yml

+16-1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ jobs:
1313
strategy:
1414
matrix:
1515
php-version:
16+
- '8.3'
1617
- '8.2'
1718
- '8.1'
1819
- '8.0'
@@ -33,6 +34,20 @@ jobs:
3334
- '0.8.0'
3435

3536
exclude:
37+
# PHP 8.3 Exclusions
38+
- php-version: '8.3'
39+
mockery-version: '1.3.0'
40+
- php-version: '8.3'
41+
mockery-version: '1.2.0'
42+
- php-version: '8.3'
43+
mockery-version: '1.1.0'
44+
- php-version: '8.3'
45+
mockery-version: '1.0.0'
46+
- php-version: '8.3'
47+
mockery-version: '0.9.0'
48+
- php-version: '8.3'
49+
mockery-version: '0.8.0'
50+
3651
# PHP 8.2 Exclusions
3752
- php-version: '8.2'
3853
mockery-version: '1.3.0'
@@ -127,7 +142,7 @@ jobs:
127142
run: vendor/bin/phpunit
128143

129144
- name: Test Flight
130-
if: matrix.php-version != '8.1' && matrix.php-version != '8.2'
145+
if: matrix.php-version != '8.1' && matrix.php-version != '8.2' && matrix.php-version != '8.3'
131146
run: |
132147
vendor/bin/test-flight README.md
133148
vendor/bin/test-flight classes/

0 commit comments

Comments
 (0)