Skip to content

Commit f82981d

Browse files
reedyJeroenDeDauw
andauthored
php.yml: Test on PHP 8.x (#53)
* php.yml: Test on PHP 8.x * Update php.yml --------- Co-authored-by: Jeroen De Dauw <[email protected]>
1 parent 34848b1 commit f82981d

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/php.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,14 @@ jobs:
1414
matrix:
1515
php:
1616
- '7.4'
17+
- '8.0'
18+
- '8.1'
19+
- '8.2'
20+
- '8.3'
21+
- '8.4'
1722

1823
steps:
19-
- uses: actions/checkout@v2
24+
- uses: actions/checkout@v4
2025
with:
2126
fetch-depth: 2
2227

0 commit comments

Comments
 (0)