Skip to content

Commit

Permalink
ci test
Browse files Browse the repository at this point in the history
  • Loading branch information
MatanYadaev committed Feb 21, 2024
1 parent a26616d commit 85ab828
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions .github/workflows/pest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,19 +15,13 @@ jobs:
strategy:
fail-fast: false
matrix:
php: [ 8.3 ]
php: [ 8.3, 8.2, 8.1 ]
laravel: [ 10.* ]
db: [ 'mysql:8.0', 'mysql:5.7', 'mariadb:11.3', 'mariadb:10.11', 'postgis/postgis:16-3.4', 'postgis/postgis:15-3.4', 'postgis/postgis:14-3.41', 'postgis/postgis:13-3.44', 'postgis/postgis:12-3.48' ]
dependency-version: [ prefer-stable ]
db: [ 'mysql:8.0', 'mysql:5.7', 'mariadb:11.3', 'mariadb:10.11', 'postgis/postgis:16-3.4', 'postgis/postgis:15-3.4', 'postgis/postgis:14-3.4', 'postgis/postgis:13-3.4', 'postgis/postgis:12-3.4' ]
dependency-version: [ prefer-stable, prefer-lowest ]
include:
- laravel: 10.*
testbench: ^8.0
- db: mysql:8.0
dependency-version: prefer-lowest
- db: mysql:8.0
php: 8.1
- db: mysql:8.0
php: 8.2

services:
db:
Expand Down

0 comments on commit 85ab828

Please sign in to comment.