Skip to content

Commit e0e941f

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

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,16 @@ jobs:
2828
run: composer validate --strict
2929

3030
stable-tests:
31-
name: Stable Tests
32-
runs-on: ubuntu-latest
31+
name: "${{ matrix.operating-system }} / PHP ${{ matrix.php-version }}"
32+
runs-on: ${{ matrix.operating-system }}
3333

3434
strategy:
3535
fail-fast: false
3636
matrix:
37-
php-version: ['7.4', '8.0', '8.1', '8.2']
37+
# add here only the PHP versions and OS used in GitHub CI (for tests)
38+
# and on the symfony.com server (where the Symfony Docs are built)
39+
operating-system: ['ubuntu-latest']
40+
php-version: ['7.4', '8.3']
3841

3942
steps:
4043
- name: 'Checkout code'

0 commit comments

Comments
 (0)