Skip to content

Commit

Permalink
update build to php8.1,8.2,8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
gennadigennadigennadi committed Jan 18, 2024
1 parent c8cf1b3 commit 7313b0d
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
matrix:
include:
- os: ubuntu-20.04
- os: ubuntu-22.04
php-version: 8.1

steps:
Expand Down Expand Up @@ -54,16 +54,8 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-20.04]
php-version: [8.1]
experimental: [false]
include:
- os: ubuntu-20.04
php-version: 8.2
experimental: true
- os: ubuntu-20.04
php-version: 8.3
experimental: true
os: [ubuntu-22.04]
php-version: [8.1, 8.2]

steps:
- name: "Checkout"
Expand Down

0 comments on commit 7313b0d

Please sign in to comment.