Skip to content

Commit

Permalink
MDL-83470 gha: Bump min PHP version to 8.2 for web installer workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
junpataleta authored and HuongNV13 committed Nov 28, 2024
1 parent 5d5cedc commit 719fea2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/web-installer-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
php: [8.1, 8.3]
php: [8.2, 8.3]
steps:
- name: Construct repository URL
run: echo "REPOSITORY_URL=${GITHUB_SERVER_URL}/${GITHUB_REPOSITORY}" >> $GITHUB_ENV
Expand Down

0 comments on commit 719fea2

Please sign in to comment.