Skip to content

Commit

Permalink
GH Actions: update addition of PHP 8.3
Browse files Browse the repository at this point in the history
* Don't add PHP 8.3 to the `lint` workflow.
* Replace the PHP 8.2 extra builds instead of adding to them for `test`.
* Don't allow builds to fail.
  • Loading branch information
jrfnl committed Aug 30, 2023
1 parent 9a05040 commit 2db1797
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 15 deletions.
17 changes: 3 additions & 14 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
- "8.0"
- "8.1"
- "8.2"
- "8.3"
dependencies: [locked]
os: [ubuntu-latest]
experimental: [false]
Expand All @@ -55,26 +56,14 @@ jobs:
os: macos-latest
dependencies: locked
experimental: false
- php-version: "8.2"
dependencies: lowest-ignore
os: ubuntu-latest
experimental: false
- php-version: "8.2"
dependencies: highest-ignore
os: ubuntu-latest
experimental: false
- php-version: "8.3"
dependencies: locked
os: ubuntu-latest
experimental: true
- php-version: "8.3"
dependencies: lowest-ignore
os: ubuntu-latest
experimental: true
experimental: false
- php-version: "8.3"
dependencies: highest-ignore
os: ubuntu-latest
experimental: true
experimental: false

steps:
- name: "Checkout"
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ jobs:
php-version:
- "7.2"
- "latest"
- "8.3"

steps:
- name: "Checkout"
Expand Down

0 comments on commit 2db1797

Please sign in to comment.