Skip to content

Commit

Permalink
ci fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jflearn committed Sep 25, 2024
1 parent 186995f commit 577f517
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
name: "Continuous Integration"

on:
- pull_request
- push
push:

jobs:

Expand All @@ -12,19 +11,22 @@ jobs:
matrix:
include:
- operating-system: 'ubuntu-latest'
silverstripe-version: '5.0'
php-version: '8.1'
- operating-system: 'ubuntu-latest'
silverstripe-version: '4.0'
php-version: '8.0'
- operating-system: 'ubuntu-latest'
silverstripe-version: '4.0'
php-version: '7.4'

name: PHP ${{ matrix.php-version }}
name: SS ${{ matrix.silverstripe-version }}, PHP ${{ matrix.php-version }}
runs-on: ${{ matrix.operating-system }}
steps:
- uses: actions/checkout@v3
- uses: php-actions/composer@v6
with:
args: silverstripe/framework:^5.0
command: update --with silverstripe/framework:^${{ matrix.silverstripe-version }}
php_version: ${{ matrix.php-version }}
php_extensions: intl
- run: |
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/t.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
- uses: actions/checkout@v3
- uses: php-actions/composer@v6
with:
command: update --with silverstripe/framework:^5.0
php_version: 8.1
php_extensions: xdebug intl
- name: Generate Code Coverage
run: |
Expand Down
Empty file added public/assets/.gitkeep
Empty file.

0 comments on commit 577f517

Please sign in to comment.