Skip to content

Commit 43404e8

Browse files
committed
feature #1303 Also run tests on php 8.1 (rosier)
This PR was merged into the main branch. Discussion ---------- Also run tests on php 8.1 Commits ------- b928716 Also run tests on php 8.1
2 parents 8b0567e + b928716 commit 43404e8

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/workflows/tests.yaml

+7-2
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)