Skip to content

Commit 94da09b

Browse files
committed
Test for newer PHP versions
1 parent 2828984 commit 94da09b

File tree

2 files changed

+40
-40
lines changed

2 files changed

+40
-40
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ jobs:
1616
# Keys:
1717
# - experimental: Whether the build is "allowed to fail".
1818
matrix:
19-
php: ['7.2', '7.3', '7.4', '8.0']
19+
php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4']
2020
experimental: [false]
2121

2222
include:
23-
- php: '8.1'
23+
- php: '8.5'
2424
experimental: true
2525

2626
name: "PHP: ${{ matrix.php }}"

composer.lock

Lines changed: 38 additions & 38 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)