Skip to content

Commit

Permalink
.github/workflows/firestore.yml: remove testing in c++23, since it is…
Browse files Browse the repository at this point in the history
… extraneous at this point.
  • Loading branch information
dconeybe committed Jan 10, 2025
1 parent c66acf7 commit dabc396
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/firestore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
cpp_version: [default, 17, 20, 23]
cpp_version: [default, 17, 20]
compiler: [gcc, clang]
include:
- os: macos-14
Expand Down

0 comments on commit dabc396

Please sign in to comment.