Skip to content

Commit

Permalink
Remove usage of davidalger images
Browse files Browse the repository at this point in the history
  • Loading branch information
navarr committed Dec 21, 2023
1 parent 08034e6 commit bf36ffb
Showing 1 changed file with 14 additions and 4 deletions.
18 changes: 14 additions & 4 deletions .github/workflows/commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,14 @@ jobs:
strategy:
matrix:
php: [8.0, 8.1, 8.2, 8.3]
container:
image: davidalger/php:${{ matrix.php }}
steps:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php }}
coverage: xdebug
tools: composer:v2

- name: Checkout Repository
uses: actions/checkout@v2

Expand All @@ -50,9 +55,14 @@ jobs:
phpcs:
name: Code Style (PSR-12)
runs-on: ubuntu-latest
container:
image: davidalger/php:8.3
steps:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: 8.3
coverage: xdebug
tools: composer:v2

- name: Checkout Repository
uses: actions/checkout@v2

Expand Down

0 comments on commit bf36ffb

Please sign in to comment.