Skip to content

Commit

Permalink
Merge pull request #332 from oat-sa/php8-migration
Browse files Browse the repository at this point in the history
chore: update tao-core generis + ci pipeline
  • Loading branch information
gabrielfs7 authored Sep 30, 2022
2 parents 8625f75 + 679d3ad commit a9705be
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 3 deletions.
27 changes: 27 additions & 0 deletions .github/workflows/continuous-integration.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
name: Continuous integration

on:
push:
branches: [ master, develop ]
pull_request:
branches: [ develop ]

jobs:
ci:
runs-on: ${{ matrix.operating-system }}

strategy:
fail-fast: false
matrix:
operating-system: [ ubuntu-latest ]
php-version: [ '7.4', '8.0', '8.1' ]
include:
- php-version: '8.1'
coverage: true

steps:
- name: CI
uses: oat-sa/tao-extension-ci-action@v1
with:
php: ${{ matrix.php-version }}
coverage: ${{ matrix.coverage }}
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@
"minimum-stability" : "dev",
"require": {
"oat-sa/oatbox-extension-installer": "~1.1||dev-master",
"oat-sa/generis" : ">=14.0.0",
"oat-sa/tao-core" : ">=48.19.2",
"oat-sa/generis" : ">=15.22",
"oat-sa/tao-core" : ">=50.24.6",
"oat-sa/extension-tao-itemqti" : ">=28.8.0"
},
"autoload" : {
"psr-4" : {
"oat\\qtiItemPci\\" : ""
}
}
}
}

0 comments on commit a9705be

Please sign in to comment.