Skip to content

Commit 7c40ec3

Browse files
authored
Update php.yml add test on php8.3+
remove test on php8.1
1 parent a7fd785 commit 7c40ec3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/php.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
fail-fast: true
1717
matrix:
18-
php: [8.1, 8.2] # 7.1
18+
php: [8.3, 8.2, 8.4] # 7.1
1919
# os: [ubuntu-latest, macOS-latest] # windows-latest,
2020
# include:
2121
# - os: 'ubuntu-latest'

0 commit comments

Comments
 (0)