Skip to content

Commit 4896aa2

Browse files
authored
Merge pull request #11 from Chris53897/patch-1
ci: add tests for PHP > 8.0
2 parents 1233738 + 3043625 commit 4896aa2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/run-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@ jobs:
99
fail-fast: true
1010
matrix:
1111
os: [ubuntu-latest, windows-latest]
12-
php: [8.0]
12+
php: [8.0, 8.1, 8.2, 8.3, 8.4, 8.5]
1313
stability: [prefer-lowest, prefer-stable]
1414

1515
name: P${{ matrix.php }} - ${{ matrix.stability }} - ${{ matrix.os }}
1616

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

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

0 commit comments

Comments
 (0)