Skip to content

Commit 04b0504

Browse files
committed
Test this project on more platforms
1 parent 218bfe8 commit 04b0504

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@ jobs:
2929

3030
stable-tests:
3131
name: Stable Tests
32-
runs-on: ubuntu-latest
32+
runs-on: ['ubuntu-latest', 'macos-latest', 'windows-latest']
3333

3434
strategy:
3535
fail-fast: false
3636
matrix:
37-
php-version: ['7.4', '8.0', '8.1', '8.2']
37+
php-version: ['7.4', '8.3']
3838

3939
steps:
4040
- name: 'Checkout code'

0 commit comments

Comments
 (0)