Skip to content

Commit

Permalink
chore(ci): add php 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kjdev committed Nov 8, 2024
1 parent 4fd2b55 commit 7cdc919
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ jobs:
strategy:
matrix:
php:
- '8.3-alpine'
- '8.3-zts-alpine'
- '8.2-alpine'
- '8.2-zts-alpine'
- '8.1-alpine'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
strategy:
matrix:
php:
- '8.3'
- '8.2'
- '8.1'
arch:
Expand Down

0 comments on commit 7cdc919

Please sign in to comment.