Skip to content

Commit

Permalink
update library versions temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
mjauvin committed Apr 4, 2024
1 parent 1b3bae8 commit 51c97a3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
name: Update manifest
runs-on: ubuntu-latest
env:
phpVersion: '8.1'
phpVersion: '8.2'
extensions: curl, fileinfo, gd, mbstring, openssl, pdo, pdo_sqlite, sqlite3, xml, zip
key: winter-cms-cache-develop
steps:
Expand Down
8 changes: 2 additions & 6 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:

- name: Switch library dependency (develop)
if: github.ref == 'refs/heads/develop' || github.base_ref == 'develop'
run: php ./.github/workflows/utilities/library-switcher "dev-develop as 1.2"
run: php ./.github/workflows/utilities/library-switcher "dev-wip-laravel-11 as 1.2"

- name: Switch library dependency (1.2)
if: github.head_ref == '1.2' || github.ref == 'refs/heads/1.2' || github.base_ref == '1.2'
Expand Down Expand Up @@ -135,7 +135,7 @@ jobs:

- name: Switch library dependency (develop)
if: github.ref == 'refs/heads/develop' || github.base_ref == 'develop'
run: php ./.github/workflows/utilities/library-switcher "dev-develop as 1.2"
run: php ./.github/workflows/utilities/library-switcher "dev-wip-laravel-11 as 1.2"

- name: Switch library dependency (1.0)
if: github.head_ref == '1.0' || github.ref == 'refs/heads/1.0' || github.base_ref == '1.0'
Expand Down Expand Up @@ -171,10 +171,6 @@ jobs:
- name: Run post-update Composer scripts
run: php artisan package:discover

- name: Setup problem matchers for PHPUnit
if: matrix.phpVersion == '8.1'
run: echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json"

- name: Run Linting and Tests
run: |
composer lint
Expand Down

0 comments on commit 51c97a3

Please sign in to comment.