Skip to content

Commit

Permalink
use php-version matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
gennadigennadigennadi committed Jan 18, 2024
1 parent f1ca23d commit c8cf1b3
Showing 1 changed file with 3 additions and 23 deletions.
26 changes: 3 additions & 23 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-22.04]
php-version: [8.1]
experimental: [false]
include:
- os: ubuntu-22.04
php-version: 8.2
experimental: true
- os: ubuntu-22.04
php-version: 8.3
experimental: true
php-version: [8.1, 8.2, 8.3]

steps:
- name: "Checkout"
Expand All @@ -48,12 +40,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-22.04]
php-version: [8.1]
include:
- os: ubuntu-22.04
php-version: 8.2
- os: ubuntu-22.04
php-version: 8.3
php-version: [8.1, 8.2, 8.3]

steps:
- name: "Checkout"
Expand Down Expand Up @@ -92,15 +79,8 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-22.04]
php-version: [8.1]
php-version: [8.1, 8.2, 8.3]
experimental: [false]
include:
- os: ubuntu-22.04
php-version: 8.2
experimental: true
- os: ubuntu-22.04
php-version: 8.3
experimental: true

steps:
- name: "Checkout"
Expand Down

0 comments on commit c8cf1b3

Please sign in to comment.