Skip to content

Commit

Permalink
test of tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
marcing committed Jul 20, 2022
1 parent 34df947 commit c7ff96b
Showing 1 changed file with 1 addition and 28 deletions.
29 changes: 1 addition & 28 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,36 +15,10 @@ jobs:
matrix:
php: ['5.3', '5.4', '5.5', '5.6', '7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1']
include:
- php: '5.3'
extensions: pdo_mysql, apc
ini-values: apc.enable_cli=1
- php: '5.4'
extensions: pdo_mysql, apc
ini-values: apc.enable_cli=1
- php: '5.5'
extensions: pdo_mysql, apc
ini-values: apc.enable_cli=1
- php: '5.6'
extensions: pdo_mysql, apc
ini-values: apc.enable_cli=1

- php: '7.0'
extensions: pdo_mysql
- php: '7.1'
extensions: pdo_mysql
- php: '7.2'
extensions: pdo_mysql
- php: '7.3'
extensions: pdo_mysql
- php: '7.4'
extensions: pdo_mysql

- php: '8.0'
allow-failure: true
extensions: pdo_mysql
- php: '8.1'
allow-failure: true
extensions: pdo_mysql

steps:
- name: Checkout Code
Expand All @@ -54,8 +28,7 @@ jobs:
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php }}
extensions: ${{ matrix.extensions }}
ini-values: ${{ matrix.ini-values }}
ini-values: apc.enable_cli=1
env:
fail-fast: true

Expand Down

0 comments on commit c7ff96b

Please sign in to comment.