Skip to content

Commit

Permalink
Return to PHP 7.3 as we're still using Buster in prod
Browse files Browse the repository at this point in the history
  • Loading branch information
samwilson authored Dec 9, 2022
1 parent a1f346a commit 756cf96
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 48 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:

strategy:
matrix:
php: [ '7.4', '8.0', '8.1' ]
php: [ '7.3', '7.4', '8.0', '8.1' ]

runs-on: ubuntu-latest

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
},
"config": {
"platform": {
"php": "7.4"
"php": "7.3.31"
},
"optimize-autoloader": true,
"preferred-install": {
Expand Down
87 changes: 41 additions & 46 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 756cf96

Please sign in to comment.