Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/scrawler-labs/router
Browse files Browse the repository at this point in the history
  • Loading branch information
ipranjal committed Sep 10, 2024
2 parents 07d0edd + 6c17976 commit a2631b0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@ jobs:
strategy:
matrix:
operating-system: ['ubuntu-latest']
php-versions: ['8. 1']
php-versions: ['8. 3']
phpunit-versions: ['latest']
include:
- operating-system: 'ubuntu-latest'
php-versions: '8.1'
php-versions: '8.3'
steps:
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
- uses: shivammathur/setup-php@v2
with:
php-version: '8.1'
php-version: '8.3'
- name: Update Composer
run: sudo composer self-update --no-interaction
- name: Run Composer Install
Expand Down

0 comments on commit a2631b0

Please sign in to comment.