Skip to content

Commit

Permalink
Merge pull request #89 from ndigitals/develop
Browse files Browse the repository at this point in the history
fix(php): Updates PHP 8.1 build to latest 8.1.19 release (#88)
  • Loading branch information
timnolte authored May 14, 2023
2 parents ec4a403 + cabcbfd commit ae3ec9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
fail-fast: false
matrix:
PHP_VERSION: ['8.0.28', '8.1.18', '8.2.6']
PHP_VERSION: ['8.0.28', '8.1.19', '8.2.6']

steps:
- name: Checkout
Expand Down

0 comments on commit ae3ec9c

Please sign in to comment.