Skip to content

Commit 5bd7d07

Browse files
authored
Test against PHP 8.1 (#30)
* Test against PHP 8.1 * Don't run lowest dependencies on PHP 8.1
1 parent d9732c2 commit 5bd7d07

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/run-tests.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,11 @@ jobs:
99
strategy:
1010
matrix:
1111
os: [ubuntu-latest, windows-latest]
12-
php: [7.4, 8.0]
12+
php: [7.4, 8.0, 8.1]
1313
dependency-version: [lowest, highest]
14+
exclude:
15+
- php: 8.1
16+
dependency-version: lowest
1417

1518
name: PHP ${{ matrix.php }} - ${{ matrix.dependency-version }} on ${{ matrix.os }}
1619

0 commit comments

Comments
 (0)