Skip to content

Commit

Permalink
Github actions changes
Browse files Browse the repository at this point in the history
  • Loading branch information
eugene-nuwber committed Apr 23, 2024
1 parent 1bb62d3 commit 9f19572
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/static-code-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [push]

jobs:
static-code-analysis:
container: ghcr.io/nuwber/phpqa-docker:php8.1
container: jakzal/phpqa:latest
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php-versions: ['8.1', '8.2']
php-versions: ['8.1', '8.2', '8.3']
name: Testing on PHP ${{ matrix.php-versions }}
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 9f19572

Please sign in to comment.