Skip to content

Commit

Permalink
Changed tests to force Silverstripe 5.3 and 4.13
Browse files Browse the repository at this point in the history
  • Loading branch information
UndefinedOffset committed Nov 7, 2024
1 parent 1f4fb98 commit cf042e8
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 @@ -16,10 +16,10 @@ on:

jobs:
silverstripe_5_php81:
name: "Silverstripe 5.0 | PHP 8.1"
name: "Silverstripe 5.3 | PHP 8.2"
runs-on: ubuntu-latest
env:
php_version: 8.1
php_version: 8.2
php_extensions: ctype, dom, fileinfo, hash, intl, mbstring, session, simplexml, tokenizer, xml, pdo, mysqli, gd, zip
services:
mysql:
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 require silverstripe/versioned 2.0.*
composer require silverstripe/versioned 2.3.*
composer install --verbose --no-interaction --no-progress --no-suggest --optimize-autoloader --ansi
- name: Configure Environment
Expand Down

0 comments on commit cf042e8

Please sign in to comment.