Skip to content

Commit

Permalink
Reconfigure release action to run in PHP 5.6 too. macos-10 is out, ma…
Browse files Browse the repository at this point in the history
…cos-12 and 13 are in
  • Loading branch information
rosell-dk committed Oct 15, 2023
1 parent f9728b5 commit 2ea1fe4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:
strategy:
fail-fast: true
matrix:
#os: [ubuntu-22.04, ubuntu-20.04, windows-2022, windows-2019, macos-11, macos-10.15]
#php: [8.4, 8.3, 8.2, 8.1, 8.0, 7.4, 7.3, 7.2, 7.1, 7.0, 5.6]
os: [ubuntu-20.04]
php: [5.6]
os: [ubuntu-22.04, ubuntu-20.04, windows-2022, windows-2019, macos-13, macos-12, macos-11]
php: [8.4, 8.3, 8.2, 8.1, 8.0, 7.4, 7.3, 7.2, 7.1, 7.0, 5.6]
#os: [ubuntu-20.04]
#php: [5.6]

steps:
- name: Checkout
Expand Down

0 comments on commit 2ea1fe4

Please sign in to comment.