Skip to content

Commit

Permalink
fix: build
Browse files Browse the repository at this point in the history
  • Loading branch information
Justintime50 committed Nov 28, 2023
1 parent 865be8c commit c774430
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ jobs:
docker:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: extractions/setup-just@v1
- uses: shivammathur/setup-php@v2
with:
php-version: '8.2'
php-version: '8.3'
- run: docker network create traefik
- name: Run setup Docker container
run: |
Expand All @@ -21,11 +21,11 @@ jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: extractions/setup-just@v1
- uses: shivammathur/setup-php@v2
with:
php-version: '8.2'
php-version: '8.3'
- uses: actions/setup-node@v3
with:
node-version: '20'
Expand All @@ -37,9 +37,9 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
phpversion: ['8.1', '8.2']
phpversion: ['8.1', '8.2', '8.3']
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: extractions/setup-just@v1
- uses: shivammathur/setup-php@v2
with:
Expand All @@ -64,7 +64,7 @@ jobs:
- uses: extractions/setup-just@v1
- uses: shivammathur/setup-php@v2
with:
php-version: '8.2'
php-version: '8.3'
- name: Generate coverage report
env:
COVERALLS_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit c774430

Please sign in to comment.