Skip to content

Commit

Permalink
Update test_master.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Smoren committed Mar 3, 2024
1 parent a1f5153 commit ac04146
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php: ['7.4', '8.0', '8.1', '8.2']
php: ['7.4', '8.0', '8.1', '8.2', '8.3']

steps:
- name: Set up PHP
Expand All @@ -25,7 +25,7 @@ jobs:
tools: composer:v2

- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
fetch-depth: 0

Expand Down

0 comments on commit ac04146

Please sign in to comment.