Skip to content

Commit

Permalink
update action
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskapp committed Aug 31, 2024
1 parent 645cecc commit f064900
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Install PHP
uses: shivammathur/setup-php@v2
with:
php-version: 8.1
php-version: 8.2
coverage: none
- name: Composer install
run: composer install --no-interaction --no-ansi --no-progress
Expand All @@ -26,8 +26,8 @@ jobs:
strategy:
matrix:
php-versions:
- 8.1
- 8.2
- 8.3
connection:
- 'pdo-mysql://root:test1234@localhost/fusio'
steps:
Expand Down

0 comments on commit f064900

Please sign in to comment.