Skip to content

Commit

Permalink
Fixed CI config issues
Browse files Browse the repository at this point in the history
  • Loading branch information
UndefinedOffset committed Nov 7, 2024
1 parent 8ddd4e2 commit d2041e9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ on:

jobs:
silverstripe_5_php81:
name: "Silverstripe 5.0 | PHP 8.1"
name: "Silverstripe 5.3 | PHP 8.1"
runs-on: ubuntu-latest
env:
php_version: 8.1
Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:
composer config allow-plugins.composer/installers true
composer config allow-plugins.silverstripe/recipe-plugin true
composer config allow-plugins.silverstripe/vendor-plugin true
composer silverstripe/recipe-cms ~5.3
composer require silverstripe/recipe-cms ~5.3
composer install --verbose --no-interaction --no-progress --no-suggest --optimize-autoloader --ansi
- name: Configure Environment
Expand Down Expand Up @@ -158,7 +158,7 @@ jobs:
composer config allow-plugins.composer/installers true
composer config allow-plugins.silverstripe/recipe-plugin true
composer config allow-plugins.silverstripe/vendor-plugin true
composer silverstripe/recipe-cms ~4.13
composer require silverstripe/recipe-cms ~4.13
composer install --verbose --no-interaction --no-progress --no-suggest --optimize-autoloader --ansi
- name: Configure Environment
Expand Down Expand Up @@ -233,7 +233,7 @@ jobs:
run: |
composer self-update --ansi || true
if [[ $GITHUB_ACCESS_TOKEN ]]; then composer config --ansi -g github-oauth.github.com $GITHUB_ACCESS_TOKEN; fi
composer silverstripe/recipe-cms ~4.13
composer require silverstripe/recipe-cms ~4.13
composer install --verbose --no-interaction --no-progress --no-suggest --optimize-autoloader --ansi
- name: Configure Environment
Expand Down

0 comments on commit d2041e9

Please sign in to comment.