Skip to content
This repository has been archived by the owner on Aug 8, 2024. It is now read-only.

Commit

Permalink
Temporarily disable GitHub Actions PHP 8.3 job.
Browse files Browse the repository at this point in the history
  • Loading branch information
TravisCarden committed Apr 29, 2024
1 parent 73d9e37 commit 7d7924d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,10 @@ jobs:
fail-fast: false
matrix:
os: [ ubuntu ]
php: [ 8.1, 8.2, 8.3 ]
# Temporarily disable the PHP 8.3 job while an APT issue debugged.
# @see https://github.com/phenaproxima/starshot-prototype/issues/19
# php: [ 8.1, 8.2, 8.3 ]
php: [ 8.1, 8.2 ]

steps:
- name: Checkout code
Expand Down

0 comments on commit 7d7924d

Please sign in to comment.