Skip to content

Commit

Permalink
Update php.yml add test on php8.3+
Browse files Browse the repository at this point in the history
remove test on php8.1
  • Loading branch information
inhere authored Dec 12, 2024
1 parent a7fd785 commit 7c40ec3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: true
matrix:
php: [8.1, 8.2] # 7.1
php: [8.3, 8.2, 8.4] # 7.1
# os: [ubuntu-latest, macOS-latest] # windows-latest,
# include:
# - os: 'ubuntu-latest'
Expand Down

0 comments on commit 7c40ec3

Please sign in to comment.