Skip to content

Commit

Permalink
fix(PHP): Updates PHP 8.1 to latest version (#164)
Browse files Browse the repository at this point in the history
- Updates PHP 8.1 to version 8.1.28.
  • Loading branch information
timnolte authored Apr 14, 2024
1 parent 8aa1138 commit 9b7fede
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
matrix:
PHP_VERSION:
- '8.0.30'
- '8.1.27'
- '8.1.28'
- '8.2.18'
- '8.3.6'
NODE_VERSION:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
fail-fast: false
matrix:
PHP_VERSION:
- '8.1.27'
- '8.1.28'
- '8.2.18'
- '8.3.6'
NODE_VERSION:
Expand Down

0 comments on commit 9b7fede

Please sign in to comment.