Skip to content

Commit

Permalink
Remove php 7.4, bump to mysql 8
Browse files Browse the repository at this point in the history
  • Loading branch information
aarondfrancis committed May 15, 2024
1 parent e3e39a4 commit 440dc5d
Showing 1 changed file with 11 additions and 16 deletions.
27 changes: 11 additions & 16 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,45 +17,40 @@ jobs:
strategy:
fail-fast: false
matrix:
php: [7.4, 8.0, 8.1, 8.2]
php: [8.0, 8.1, 8.2, 8.3]
laravel: ['8.*', '9.*', '10.*', '11.*']
dependency-version: [prefer-lowest, prefer-stable]
include:
- laravel: 11.*
testbench: 9.*
- laravel: 10.*
testbench: 8.*
- laravel: 8.*
testbench: 6.*
- laravel: 9.*
testbench: 7.*
- laravel: 11.*
testbench: 9.*

exclude:
- laravel: 10.*
php: 7.3
- laravel: 10.*
php: 7.4
- laravel: 10.*
php: 8.0
- laravel: 11.*
php: 8.0

- laravel: 8.*
php: 8.1
dependency-version: prefer-lowest
- laravel: 11.*
php: 8.1

- laravel: 8.*
php: 8.2
dependency-version: prefer-lowest
- laravel: 9.*
php: 7.4
- laravel: 11.*
php: 7.4
- laravel: 11.*
php: 8.0
- laravel: 11.*
php: 8.1

name: P${{ matrix.php }} / L${{ matrix.laravel }} / ${{ matrix.dependency-version }}

services:
mysql:
image: mysql:5.7
image: mysql:8.0
env:
MYSQL_DATABASE: fast_paginate
MYSQL_HOST: 127.0.0.1
Expand Down

0 comments on commit 440dc5d

Please sign in to comment.