Skip to content

Commit

Permalink
update GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
VasekPurchart committed Oct 21, 2024
1 parent c6b2623 commit eb68811
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:
steps:
-
name: 'Checkout'
uses: 'actions/checkout@v3.3.0'
uses: 'actions/checkout@v4.2.1'
-
name: 'Setup PHP ${{ env.CONSISTENCE_PHP_VERSION }}'
uses: 'shivammathur/setup-php@2.24.0'
uses: 'shivammathur/setup-php@2.31.1'
with:
php-version: '${{ env.CONSISTENCE_PHP_VERSION }}'
coverage: 'none'
Expand Down Expand Up @@ -52,10 +52,10 @@ jobs:
steps:
-
name: 'Checkout'
uses: 'actions/checkout@v3.3.0'
uses: 'actions/checkout@v4.2.1'
-
name: 'Setup PHP ${{ matrix.php-version }}'
uses: 'shivammathur/setup-php@2.24.0'
uses: 'shivammathur/setup-php@2.31.1'
with:
php-version: '${{ matrix.php-version }}'
coverage: 'none'
Expand All @@ -79,10 +79,10 @@ jobs:
steps:
-
name: 'Checkout'
uses: 'actions/checkout@v3.3.0'
uses: 'actions/checkout@v4.2.1'
-
name: 'Setup PHP ${{ env.CONSISTENCE_PHP_VERSION }}'
uses: 'shivammathur/setup-php@2.24.0'
uses: 'shivammathur/setup-php@2.31.1'
with:
php-version: '${{ env.CONSISTENCE_PHP_VERSION }}'
coverage: 'none'
Expand All @@ -107,10 +107,10 @@ jobs:
steps:
-
name: 'Checkout'
uses: 'actions/checkout@v3.3.0'
uses: 'actions/checkout@v4.2.1'
-
name: 'Setup PHP ${{ env.CONSISTENCE_PHP_VERSION }}'
uses: 'shivammathur/setup-php@2.24.0'
uses: 'shivammathur/setup-php@2.31.1'
with:
php-version: '${{ env.CONSISTENCE_PHP_VERSION }}'
coverage: 'none'
Expand Down Expand Up @@ -145,10 +145,10 @@ jobs:
steps:
-
name: 'Checkout'
uses: 'actions/checkout@v3.3.0'
uses: 'actions/checkout@v4.2.1'
-
name: 'Setup PHP ${{ matrix.php-version }}'
uses: 'shivammathur/setup-php@2.24.0'
uses: 'shivammathur/setup-php@2.31.1'
with:
php-version: '${{ matrix.php-version }}'
coverage: 'xdebug'
Expand Down Expand Up @@ -184,7 +184,7 @@ jobs:
steps:
-
name: 'Finish Coveralls upload'
uses: 'coverallsapp/github-action@v1.2.4'
uses: 'coverallsapp/github-action@v2.3.3'
with:
github-token: '${{ secrets.GITHUB_TOKEN }}'
parallel-finished: true

0 comments on commit eb68811

Please sign in to comment.