Skip to content

Commit

Permalink
Update PHP Version Used By GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
andysnell committed Dec 23, 2023
1 parent c44b0a0 commit 277de2e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/code_quality.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php: ['8.2']
php: ['8.3']
steps:
- name: Checkout Code
uses: actions/checkout@v3
Expand All @@ -29,7 +29,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php: ['8.2']
php: ['8.3']
steps:
- name: Checkout Code
uses: actions/checkout@v3
Expand All @@ -51,7 +51,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php: ['8.2']
php: ['8.3']
steps:
- name: Checkout Code
uses: actions/checkout@v3
Expand All @@ -73,7 +73,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php: ['8.2']
php: ['8.3']
steps:
- name: Checkout Code
uses: actions/checkout@v3
Expand Down

0 comments on commit 277de2e

Please sign in to comment.