Skip to content

Commit bef7e7d

Browse files
committed
tests: adjusts ci
1 parent 317c55a commit bef7e7d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/static.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Setup PHP
1919
uses: shivammathur/setup-php@v2
2020
with:
21-
php-version: 8.3
21+
php-version: 8.2
2222
tools: composer:v2
2323
coverage: none
2424

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@ jobs:
77
runs-on: ${{ matrix.os }}
88
strategy:
99
matrix:
10-
os: [ubuntu-latest] # (macos-latest, windows-latest) 3.x-dev is under development
11-
php: ['8.3']
10+
os: [ubuntu-latest]
11+
php: ['8.2', '8.3', '8.4']
1212
dependency-version: [prefer-lowest, prefer-stable]
1313
parallel: ['', '--parallel']
1414

1515
name: PHP ${{ matrix.php }} - ${{ matrix.os }} - ${{ matrix.dependency-version }} - ${{ matrix.parallel }}
1616

1717
steps:
1818
- name: Checkout
19-
uses: actions/checkout@v2
19+
uses: actions/checkout@v4
2020

2121
- name: Setup PHP
2222
uses: shivammathur/setup-php@v2

0 commit comments

Comments
 (0)