Skip to content

Commit b928716

Browse files
committed
Also run tests on php 8.1
1 parent 378f8a5 commit b928716

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/workflows/tests.yaml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,13 @@ jobs:
2525

2626
strategy:
2727
matrix:
28-
operating-system: ['ubuntu-latest', 'windows-latest', 'macos-latest']
29-
php-version: ['8.0']
28+
operating-system: ['ubuntu-latest']
29+
php-version: ['8.0', '8.1']
30+
include:
31+
- operating-system: 'macos-latest'
32+
php-version: '8.0'
33+
- operating-system: 'windows-latest'
34+
php-version: '8.0'
3035

3136
steps:
3237
- name: "Checkout code"

0 commit comments

Comments
 (0)